#23005C

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

Shades of Persian Indigo #23005C

Tints of Persian Indigo #23005C

Color information

#23005C (or 0x23005C) is unknown color: approx Persian Indigo. HEX triplet: 23, 00 and 5C. RGB value is (35,0,92). Sum of RGB (Red+Green+Blue) = 35+0+92=127 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.56% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #23005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23005C is #DCFFA3. Grayscale: #141414. Windows color (decimal): -14483364 or 6029347. OLE color: 6029347.

HSL color Cylindrical-coordinate representation of color #23005C: hue angle of 262.83º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23005C is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB35092-
CMYK0.62100.64
HSL262.83º100%18.04%-
HSV(B)262.83º100%36.08%-
XYZ2.621.1310.2-
YUV20.95168.1138.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 72.44%
R=27.56%
G=0%
B=72.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal350920.62100.64262.8310018.04
Hex2305C3E640401076412
Octal43013476144010040714422
Binary10001101011100111110110010001000000100000111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,0,92); }

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

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

 a { background-color: rgb(35,0,92); }

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

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

 span { border-color: rgb(35,0,92); }

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