#271A87

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

Shades of Persian Indigo #271A87

Tints of Persian Indigo #271A87

Color information

#271A87 (or 0x271A87) is unknown color: approx Persian Indigo. HEX triplet: 27, 1A and 87. RGB value is (39,26,135). Sum of RGB (Red+Green+Blue) = 39+26+135=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 135 (53.12% from 255 or 67.5% from 200); Max value from RGB is 135 - color contains mainly: blue. Hex color #271A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A87 is #D8E578. Grayscale: #292929. Windows color (decimal): -14214521 or 8854055. OLE color: 8854055.

HSL color Cylindrical-coordinate representation of color #271A87: hue angle of 247.16º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #271A87 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3926135-
CMYK0.710.8100.47
HSL247.16º67.7%31.57%-
HSV(B)247.16º80.74%52.94%-
XYZ5.582.9223.19-
YUV42.31180.31125.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.5%
GREEN value IS 26 (10.55% from 255) = 13%
BLUE value IS 135 (53.12% from 255) = 67.5%
R=19.5%
G=13%
B=67.5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39261350.710.8100.47247.1667.731.57
Hex271A87475102Ff74420
Octal473220710712105736710440
Binary1001111101010000111100011110100010101111111101111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271A87; }

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

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

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

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

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

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

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

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