#230D72

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

Shades of Persian Indigo #230D72

Tints of Persian Indigo #230D72

Color information

#230D72 (or 0x230D72) is unknown color: approx Persian Indigo. HEX triplet: 23, 0D and 72. RGB value is (35,13,114). Sum of RGB (Red+Green+Blue) = 35+13+114=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #230D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230D72 is #DCF28D. Grayscale: #1E1E1E. Windows color (decimal): -14480014 or 7474467. OLE color: 7474467.

HSL color Cylindrical-coordinate representation of color #230D72: hue angle of 253.07º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230D72 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3513114-
CMYK0.690.8900.55
HSL253.07º79.53%24.9%-
HSV(B)253.07º88.6%44.71%-
XYZ3.871.8616.07-
YUV31.09174.79130.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 13 (5.47% from 255) = 8.02%
BLUE value IS 114 (44.92% from 255) = 70.37%
R=21.60%
G=8.02%
B=70.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35131140.690.8900.55253.0779.5324.9
Hex23D724559037fd5019
Octal431516210513106737512031
Binary1000111101111001010001011011001011011111111101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230D72; }

 p { color: rgb(35,13,114); }

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

<style>
 a { background-color: #230D72; }

 a { background-color: rgb(35,13,114); }

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

<style>
 span { border-color: #230D72; }

 span { border-color: rgb(35,13,114); }

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