#231184

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

Shades of Persian Indigo #231184

Tints of Persian Indigo #231184

Color information

#231184 (or 0x231184) is unknown color: approx Persian Indigo. HEX triplet: 23, 11 and 84. RGB value is (35,17,132). Sum of RGB (Red+Green+Blue) = 35+17+132=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 132 (51.95% from 255 or 71.74% from 184); Max value from RGB is 132 - color contains mainly: blue. Hex color #231184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231184 is #DCEE7B. Grayscale: #232323. Windows color (decimal): -14478972 or 8655139. OLE color: 8655139.

HSL color Cylindrical-coordinate representation of color #231184: hue angle of 249.39º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231184 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3517132-
CMYK0.730.8700.48
HSL249.39º77.18%29.22%-
HSV(B)249.39º87.12%51.76%-
XYZ5.062.4222.03-
YUV35.49182.46127.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.02%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 132 (51.95% from 255) = 71.74%
R=19.02%
G=9.24%
B=71.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35171320.730.8700.48249.3977.1829.22
Hex2311844957030f94d1d
Octal432120411112706037111535
Binary100011100011000010010010011010111011000011111001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231184; }

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

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

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

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

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

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

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

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