#23005B

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

Shades of Persian Indigo #23005B

Tints of Persian Indigo #23005B

Color information

#23005B (or 0x23005B) is unknown color: approx Persian Indigo. HEX triplet: 23, 00 and 5B. RGB value is (35,0,91). Sum of RGB (Red+Green+Blue) = 35+0+91=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 91 (35.94% from 255 or 72.22% from 126); Max value from RGB is 91 - color contains mainly: blue. Hex color #23005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23005B is #DCFFA4. Grayscale: #141414. Windows color (decimal): -14483365 or 5963811. OLE color: 5963811.

HSL color Cylindrical-coordinate representation of color #23005B: hue angle of 263.08º 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 #23005B is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB35091-
CMYK0.62100.64
HSL263.08º100%17.84%-
HSV(B)263.08º100%35.69%-
XYZ2.581.119.98-
YUV20.84167.6138.1-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 72.22%
R=27.78%
G=0%
B=72.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal350910.62100.64263.0810017.84
Hex2305B3E640401076412
Octal43013376144010040714422
Binary10001101011011111110110010001000000100000111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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