#23077C

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

Shades of Persian Indigo #23077C

Tints of Persian Indigo #23077C

Color information

#23077C (or 0x23077C) is unknown color: approx Persian Indigo. HEX triplet: 23, 07 and 7C. RGB value is (35,7,124). Sum of RGB (Red+Green+Blue) = 35+7+124=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 124 (48.83% from 255 or 74.70% from 166); Max value from RGB is 124 - color contains mainly: blue. Hex color #23077C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23077C is #DCF883. Grayscale: #1C1C1C. Windows color (decimal): -14481540 or 8128291. OLE color: 8128291.

HSL color Cylindrical-coordinate representation of color #23077C: hue angle of 254.36º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23077C is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB357124-
CMYK0.720.9400.51
HSL254.36º89.31%25.69%-
HSV(B)254.36º94.35%48.63%-
XYZ4.411.9619.22-
YUV28.71181.78132.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.08%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 124 (48.83% from 255) = 74.70%
R=21.08%
G=4.22%
B=74.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3571240.720.9400.51254.3689.3125.69
Hex2377C485E033fe591a
Octal43717411013606337613132
Binary100011111111110010010001011110011001111111110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23077C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23077C; }

 p { color: rgb(35,7,124); }

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

<style>
 a { background-color: #23077C; }

 a { background-color: rgb(35,7,124); }

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

<style>
 span { border-color: #23077C; }

 span { border-color: rgb(35,7,124); }

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