#271880

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

Shades of Persian Indigo #271880

Tints of Persian Indigo #271880

Color information

#271880 (or 0x271880) is unknown color: approx Persian Indigo. HEX triplet: 27, 18 and 80. RGB value is (39,24,128). Sum of RGB (Red+Green+Blue) = 39+24+128=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 128 (50.39% from 255 or 67.02% from 191); Max value from RGB is 128 - color contains mainly: blue. Hex color #271880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271880 is #D8E77F. Grayscale: #272727. Windows color (decimal): -14215040 or 8394791. OLE color: 8394791.

HSL color Cylindrical-coordinate representation of color #271880: hue angle of 248.65º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #271880 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3924128-
CMYK0.700.8100.50
HSL248.65º68.42%29.8%-
HSV(B)248.65º81.25%50.2%-
XYZ5.062.6420.67-
YUV40.34177.47127.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.42%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 128 (50.39% from 255) = 67.02%
R=20.42%
G=12.57%
B=67.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39241280.700.8100.50248.6568.4229.8
Hex2718804651032f9441e
Octal473020010612106237110436
Binary100111110001000000010001101010001011001011111001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271880; }

 p { color: rgb(39,24,128); }

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

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

 a { background-color: rgb(39,24,128); }

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

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

 span { border-color: rgb(39,24,128); }

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