#23127c

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

Shades of Persian Indigo #23127C

Tints of Persian Indigo #23127C

Color information

#23127C (or 0x23127C) is unknown color: approx Persian Indigo. HEX triplet: 23, 12 and 7C. RGB value is (35,18,124). Sum of RGB (Red+Green+Blue) = 35+18+124=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #23127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23127C is #DCED83. Grayscale: #222222. Windows color (decimal): -14478724 or 8131107. OLE color: 8131107.

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

Color convert

RGB3518124-
CMYK0.720.8500.51
HSL249.62º74.65%27.84%-
HSV(B)249.62º85.48%48.63%-
XYZ4.552.2519.26-
YUV35.17178.13127.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.77%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 124 (48.83% from 255) = 70.06%
R=19.77%
G=10.17%
B=70.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35181240.720.8500.51249.6274.6527.84
Hex23127C4855033fa4b1c
Octal432217411012506337211334
Binary10001110010111110010010001010101011001111111010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23127c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23127c; }

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

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

<style>
 a { background-color: #23127c; }

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

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

<style>
 span { border-color: #23127c; }

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

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