#271189

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

Shades of Persian Indigo #271189

Tints of Persian Indigo #271189

Color information

#271189 (or 0x271189) is unknown color: approx Persian Indigo. HEX triplet: 27, 11 and 89. RGB value is (39,17,137). Sum of RGB (Red+Green+Blue) = 39+17+137=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #271189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271189 is #D8EE76. Grayscale: #242424. Windows color (decimal): -14216823 or 8982823. OLE color: 8982823.

HSL color Cylindrical-coordinate representation of color #271189: hue angle of 251º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271189 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3917137-
CMYK0.720.8800.46
HSL251º77.92%30.2%-
HSV(B)251º87.59%53.73%-
XYZ5.552.6423.88-
YUV37.26184.29129.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.21%
GREEN value IS 17 (7.03% from 255) = 8.81%
BLUE value IS 137 (53.91% from 255) = 70.98%
R=20.21%
G=8.81%
B=70.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39171370.720.8800.4625177.9230.2
Hex271189485802Efb4e1e
Octal472121111013005637311636
Binary100111100011000100110010001011000010111011111011100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271189; }

 p { color: rgb(39,17,137); }

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

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

 a { background-color: rgb(39,17,137); }

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

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

 span { border-color: rgb(39,17,137); }

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