Html Css Color HEX #231076 Persian Indigo

📋 copy color: '#231076'

red 35 ◦ green 16 ◦ blue 118

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

Shades of Persian Indigo #231076

Tints of Persian Indigo #231076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

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

R = 20.71%
G = 9.47%
B = 69.82%

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

#231076 (or 0x231076) is known color: Persian Indigo. HEX triplet: 23, 10 and 76. RGB value is (35,16,118). Sum of RGB (Red+Green+Blue) = 35+16+118=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #231076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231076 is #DCEF89. Grayscale: #202020. Windows color (decimal): -14479242 or 7737379. OLE color: 7737379.

HSL color Cylindrical-coordinate representation of color #231076: hue angle of 251.18º degrees, saturation: 0.76, 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 #231076 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 16 118 -
CMYK 0.70 0.86 0 0.54
HSL 251.18º 0.76% 0.26% -
HSV(B) 251.18º 0.86% 0.46% -
XYZ 4.15 2.04 17.31 -
YUV 33.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 35 16 118 0.70 0.86 0 0.54 251.18 0.76 0.26
Hex 23 10 76 46 56 0 36 FB 4C 1A
Octal 43 20 166 106 126 0 66 373 114 32
Binary 100011 10000 1110110 1000110 1010110 0 110110 11111011 1001100 11010

Color Harmonies of #231076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231076

Black with #231076

Text Example


Text Example

White with #231076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231076; }

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

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

background-color css

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

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

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

border-color css

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

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

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