#23027C

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

Shades of Persian Indigo #23027C

Tints of Persian Indigo #23027C

Color information

#23027C (or 0x23027C) is unknown color: approx Persian Indigo. HEX triplet: 23, 02 and 7C. RGB value is (35,2,124). Sum of RGB (Red+Green+Blue) = 35+2+124=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 124 (48.83% from 255 or 77.02% from 161); Max value from RGB is 124 - color contains mainly: blue. Hex color #23027C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23027C is #DCFD83. Grayscale: #191919. Windows color (decimal): -14482820 or 8127011. OLE color: 8127011.

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

Color convert

RGB352124-
CMYK0.720.9800.51
HSL256.23º96.83%24.71%-
HSV(B)256.23º98.39%48.63%-
XYZ4.351.8619.2-
YUV25.78183.43134.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.74%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 124 (48.83% from 255) = 77.02%
R=21.74%
G=1.24%
B=77.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3521240.720.9800.51256.2396.8324.71
Hex2327C48620331006119
Octal43217411014206340014131
Binary100011101111100100100011000100110011100000000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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