#23036C

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

Shades of Persian Indigo #23036C

Tints of Persian Indigo #23036C

Color information

#23036C (or 0x23036C) is unknown color: approx Persian Indigo. HEX triplet: 23, 03 and 6C. RGB value is (35,3,108). Sum of RGB (Red+Green+Blue) = 35+3+108=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 108 (42.58% from 255 or 73.97% from 146); Max value from RGB is 108 - color contains mainly: blue. Hex color #23036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23036C is #DCFC93. Grayscale: #181818. Windows color (decimal): -14482580 or 7078691. OLE color: 7078691.

HSL color Cylindrical-coordinate representation of color #23036C: hue angle of 258.29º 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 #23036C is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB353108-
CMYK0.680.9700.58
HSL258.29º94.59%21.76%-
HSV(B)258.29º97.22%42.35%-
XYZ3.431.5114.3-
YUV24.54175.1135.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.97%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 108 (42.58% from 255) = 73.97%
R=23.97%
G=2.05%
B=73.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3531080.680.9700.58258.2994.5921.76
Hex2336C446103A1025f16
Octal43315410414107240213726
Binary100011111101100100010011000010111010100000010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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