#23036B

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

Shades of Persian Indigo #23036B

Tints of Persian Indigo #23036B

Color information

#23036B (or 0x23036B) is unknown color: approx Persian Indigo. HEX triplet: 23, 03 and 6B. RGB value is (35,3,107). Sum of RGB (Red+Green+Blue) = 35+3+107=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 107 (42.19% from 255 or 73.79% from 145); Max value from RGB is 107 - color contains mainly: blue. Hex color #23036B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23036B is #DCFC94. Grayscale: #181818. Windows color (decimal): -14482581 or 7013155. OLE color: 7013155.

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

Color convert

RGB353107-
CMYK0.670.9700.58
HSL258.46º94.55%21.57%-
HSV(B)258.46º97.2%41.96%-
XYZ3.381.4814.02-
YUV24.42174.6135.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 107 (42.19% from 255) = 73.79%
R=24.14%
G=2.07%
B=73.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3531070.670.9700.58258.4694.5521.57
Hex2336B436103A1025f16
Octal43315310314107240213726
Binary100011111101011100001111000010111010100000010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23036B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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