Html Css Color HEX #230872 Persian Indigo

📋 copy color: '#230872'

red 35 ◦ green 8 ◦ blue 114

#230872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #230872

Tints of Persian Indigo #230872

RGB

 RED value IS 35 (14.06% from 255) = 22.29%

 GREEN value IS 8 (3.52% from 255) = 5.1%

 BLUE value IS 114 (44.92% from 255) = 72.61%

R = 22.29%
G = 5.1%
B = 72.61%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#230872 (or 0x230872) is known color: Persian Indigo. HEX triplet: 23, 08 and 72. RGB value is (35,8,114). Sum of RGB (Red+Green+Blue) = 35+8+114=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #230872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230872 is #DCF78D. Grayscale: #1B1B1B. Windows color (decimal): -14481294 or 7473187. OLE color: 7473187.

HSL color Cylindrical-coordinate representation of color #230872: hue angle of 255.28º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230872 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 8 114 -
CMYK 0.69 0.93 0 0.55
HSL 255.28º 0.87% 0.24% -
HSV(B) 255.28º 0.93% 0.45% -
XYZ 3.82 1.75 16.06 -
YUV 28.16 176.45 132.88 -
System Red Green Blue C M Y K H S L
Decimal 35 8 114 0.69 0.93 0 0.55 255.28 0.87 0.24
Hex 23 8 72 45 5D 0 37 FF 57 18
Octal 43 10 162 105 135 0 67 377 127 30
Binary 100011 1000 1110010 1000101 1011101 0 110111 11111111 1010111 11000

Color Harmonies of #230872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230872

Black with #230872

Text Example


Text Example

White with #230872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230872; }

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

 H1.HeaderClassName
 {
   color: #230872;
 }
 .AnyTagClassName
 {
   color: #230872;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #230872;
 }
 .BgClassName
 {
   background-color: #230872;
 }
</style>

border-color css

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

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

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