#271B87

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

Shades of Persian Indigo #271B87

Tints of Persian Indigo #271B87

Color information

#271B87 (or 0x271B87) is unknown color: approx Persian Indigo. HEX triplet: 27, 1B and 87. RGB value is (39,27,135). Sum of RGB (Red+Green+Blue) = 39+27+135=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 135 (53.12% from 255 or 67.16% from 201); Max value from RGB is 135 - color contains mainly: blue. Hex color #271B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271B87 is #D8E478. Grayscale: #2A2A2A. Windows color (decimal): -14214265 or 8854311. OLE color: 8854311.

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

Color convert

RGB3927135-
CMYK0.710.800.47
HSL246.67º66.67%31.76%-
HSV(B)246.67º80%52.94%-
XYZ5.62.9623.2-
YUV42.9179.98125.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 135 (53.12% from 255) = 67.16%
R=19.40%
G=13.43%
B=67.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39271350.710.800.47246.6766.6731.76
Hex271B87475002Ff74320
Octal473320710712005736710340
Binary1001111101110000111100011110100000101111111101111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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