#271D87

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

Shades of Persian Indigo #271D87

Tints of Persian Indigo #271D87

Color information

#271D87 (or 0x271D87) is unknown color: approx Persian Indigo. HEX triplet: 27, 1D and 87. RGB value is (39,29,135). Sum of RGB (Red+Green+Blue) = 39+29+135=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #271D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271D87 is #D8E278. Grayscale: #2B2B2B. Windows color (decimal): -14213753 or 8854823. OLE color: 8854823.

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

Color convert

RGB3929135-
CMYK0.710.7900.47
HSL245.66º64.63%32.16%-
HSV(B)245.66º78.52%52.94%-
XYZ5.653.0623.21-
YUV44.07179.31124.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 29 (11.72% from 255) = 14.29%
BLUE value IS 135 (53.12% from 255) = 66.50%
R=19.21%
G=14.29%
B=66.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39291350.710.7900.47245.6664.6332.16
Hex271D87474F02Ff64120
Octal473520710711705736610140
Binary1001111110110000111100011110011110101111111101101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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