Html Css Color HEX #231176 Persian Indigo

📋 copy color: '#231176'

red 35 ◦ green 17 ◦ blue 118

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

Shades of Persian Indigo #231176

Tints of Persian Indigo #231176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10%

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

R = 20.59%
G = 10%
B = 69.41%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#231176 (or 0x231176) is known color: Persian Indigo. HEX triplet: 23, 11 and 76. RGB value is (35,17,118). Sum of RGB (Red+Green+Blue) = 35+17+118=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #231176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231176 is #DCEE89. Grayscale: #212121. Windows color (decimal): -14478986 or 7737635. OLE color: 7737635.

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

Color convert

RGB 35 17 118 -
CMYK 0.70 0.86 0 0.54
HSL 250.69º 0.75% 0.26% -
HSV(B) 250.69º 0.86% 0.46% -
XYZ 4.16 2.07 17.32 -
YUV 33.9 175.46 128.79 -
System Red Green Blue C M Y K H S L
Decimal 35 17 118 0.70 0.86 0 0.54 250.69 0.75 0.26
Hex 23 11 76 46 56 0 36 FB 4B 1A
Octal 43 21 166 106 126 0 66 373 113 32
Binary 100011 10001 1110110 1000110 1010110 0 110110 11111011 1001011 11010

Color Harmonies of #231176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231176

Black with #231176

Text Example


Text Example

White with #231176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231176; }

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

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

background-color css

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

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

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

border-color css

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

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

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