Html Css Color HEX #230176 Persian Indigo

📋 copy color: '#230176'

red 35 ◦ green 1 ◦ blue 118

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

Shades of Persian Indigo #230176

Tints of Persian Indigo #230176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 22.73%
G = 0.65%
B = 76.62%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#230176 (or 0x230176) is known color: Persian Indigo. HEX triplet: 23, 01 and 76. RGB value is (35,1,118). Sum of RGB (Red+Green+Blue) = 35+1+118=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 118 (46.48% from 255 or 76.62% from 154); Max value from RGB is 118 - color contains mainly: blue. Hex color #230176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230176 is #DCFE89. Grayscale: #181818. Windows color (decimal): -14483082 or 7733539. OLE color: 7733539.

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

Color convert

RGB 35 1 118 -
CMYK 0.70 0.99 0 0.54
HSL 257.44º 0.98% 0.23% -
HSV(B) 257.44º 0.99% 0.46% -
XYZ 3.97 1.69 17.26 -
YUV 24.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 35 1 118 0.70 0.99 0 0.54 257.44 0.98 0.23
Hex 23 1 76 46 63 0 36 101 62 17
Octal 43 1 166 106 143 0 66 401 142 27
Binary 100011 1 1110110 1000110 1100011 0 110110 100000001 1100010 10111

Color Harmonies of #230176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230176

Black with #230176

Text Example


Text Example

White with #230176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230176; }

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

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

background-color css

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

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

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

border-color css

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

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

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