#231171

Color #231171 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #231171

Tints of Persian Indigo #231171

Color information

#231171 (or 0x231171) is unknown color: approx Persian Indigo. HEX triplet: 23, 11 and 71. RGB value is (35,17,113). Sum of RGB (Red+Green+Blue) = 35+17+113=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #231171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231171 is #DCEE8E. Grayscale: #202020. Windows color (decimal): -14478991 or 7409955. OLE color: 7409955.

HSL color Cylindrical-coordinate representation of color #231171: hue angle of 251.25º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231171 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3517113-
CMYK0.690.8500.56
HSL251.25º73.85%25.49%-
HSV(B)251.25º84.96%44.31%-
XYZ3.871.9515.8-
YUV33.33172.96129.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 17 (7.03% from 255) = 10.30%
BLUE value IS 113 (44.53% from 255) = 68.48%
R=21.21%
G=10.30%
B=68.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35171130.690.8500.56251.2573.8525.49
Hex2311714555038fb4a19
Octal432116110512507037311231
Binary10001110001111000110001011010101011100011111011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231171; }

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

 H1.HeaderClassName
 {
   color: #231171;
 }
 .AnyTagClassName
 {
   color: #231171;
 }
</style>
background-color css

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

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

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

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

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

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