#23016B

Color #23016B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #23016B

Tints of Persian Indigo #23016B

Color information

#23016B (or 0x23016B) is unknown color: approx Persian Indigo. HEX triplet: 23, 01 and 6B. RGB value is (35,1,107). Sum of RGB (Red+Green+Blue) = 35+1+107=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 107 (42.19% from 255 or 74.83% from 143); Max value from RGB is 107 - color contains mainly: blue. Hex color #23016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23016B is #DCFE94. Grayscale: #161616. Windows color (decimal): -14483093 or 7012643. OLE color: 7012643.

HSL color Cylindrical-coordinate representation of color #23016B: hue angle of 259.25º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23016B is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB351107-
CMYK0.670.9900.58
HSL259.25º98.15%21.18%-
HSV(B)259.25º99.07%41.96%-
XYZ3.361.4414.01-
YUV23.25175.26136.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 24.48%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 107 (42.19% from 255) = 74.83%
R=24.48%
G=0.70%
B=74.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3511070.670.9900.58259.2598.1521.18
Hex2316B436303A1036215
Octal43115310314307240314225
Binary10001111101011100001111000110111010100000011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23016B; }

 p { color: rgb(35,1,107); }

 H1.HeaderClassName
 {
   color: #23016B;
 }
 .AnyTagClassName
 {
   color: #23016B;
 }
</style>
background-color css

<style>
 a { background-color: #23016B; }

 a { background-color: rgb(35,1,107); }

 div.DivClassName
 {
   background-color: #23016B;
 }
 .BgClassName
 {
   background-color: #23016B;
 }
</style>
border-color css

<style>
 span { border-color: #23016B; }

 span { border-color: rgb(35,1,107); }

 td.TdClassName
 {
   border-color: #23016B;
 }
 .TagClassName
 {
   border-color: #23016B;
 }
</style>