#271087

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

Shades of Persian Indigo #271087

Tints of Persian Indigo #271087

Color information

#271087 (or 0x271087) is unknown color: approx Persian Indigo. HEX triplet: 27, 10 and 87. RGB value is (39,16,135). Sum of RGB (Red+Green+Blue) = 39+16+135=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 135 (53.12% from 255 or 71.05% from 190); Max value from RGB is 135 - color contains mainly: blue. Hex color #271087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271087 is #D8EF78. Grayscale: #232323. Windows color (decimal): -14217081 or 8851495. OLE color: 8851495.

HSL color Cylindrical-coordinate representation of color #271087: hue angle of 251.6º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271087 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3916135-
CMYK0.710.8800.47
HSL251.6º78.81%29.61%-
HSV(B)251.6º88.15%52.94%-
XYZ5.42.5523.13-
YUV36.44183.62129.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.53%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 135 (53.12% from 255) = 71.05%
R=20.53%
G=8.42%
B=71.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39161350.710.8800.47251.678.8129.61
Hex271087475802Ffc4f1e
Octal472020710713005737411736
Binary100111100001000011110001111011000010111111111100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271087; }

 p { color: rgb(39,16,135); }

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

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

 a { background-color: rgb(39,16,135); }

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

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

 span { border-color: rgb(39,16,135); }

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