Html Css Color HEX #230876 Persian Indigo

📋 copy color: '#230876'

red 35 ◦ green 8 ◦ blue 118

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

Shades of Persian Indigo #230876

Tints of Persian Indigo #230876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 73.29%

R = 21.74%
G = 4.97%
B = 73.29%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#230876 (or 0x230876) is known color: Persian Indigo. HEX triplet: 23, 08 and 76. RGB value is (35,8,118). Sum of RGB (Red+Green+Blue) = 35+8+118=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #230876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230876 is #DCF789. Grayscale: #1C1C1C. Windows color (decimal): -14481290 or 7735331. OLE color: 7735331.

HSL color Cylindrical-coordinate representation of color #230876: hue angle of 254.73º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230876 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 8 118 -
CMYK 0.70 0.93 0 0.54
HSL 254.73º 0.87% 0.25% -
HSV(B) 254.73º 0.93% 0.46% -
XYZ 4.05 1.84 17.28 -
YUV 28.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 35 8 118 0.70 0.93 0 0.54 254.73 0.87 0.25
Hex 23 8 76 46 5D 0 36 FF 57 19
Octal 43 10 166 106 135 0 66 377 127 31
Binary 100011 1000 1110110 1000110 1011101 0 110110 11111111 1010111 11001

Color Harmonies of #230876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230876

Black with #230876

Text Example


Text Example

White with #230876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230876; }

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

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

background-color css

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

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

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

border-color css

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

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

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