#271286

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

Shades of Persian Indigo #271286

Tints of Persian Indigo #271286

Color information

#271286 (or 0x271286) is unknown color: approx Persian Indigo. HEX triplet: 27, 12 and 86. RGB value is (39,18,134). Sum of RGB (Red+Green+Blue) = 39+18+134=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 134 (52.73% from 255 or 70.16% from 191); Max value from RGB is 134 - color contains mainly: blue. Hex color #271286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271286 is #D8ED79. Grayscale: #252525. Windows color (decimal): -14216570 or 8786471. OLE color: 8786471.

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

Color convert

RGB3918134-
CMYK0.710.8700.47
HSL250.86º76.32%29.8%-
HSV(B)250.86º86.57%52.55%-
XYZ5.362.5922.77-
YUV37.5182.46129.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.42%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 134 (52.73% from 255) = 70.16%
R=20.42%
G=9.42%
B=70.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39181340.710.8700.47250.8676.3229.8
Hex271286475702Ffb4c1e
Octal472220610712705737311436
Binary100111100101000011010001111010111010111111111011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271286; }

 p { color: rgb(39,18,134); }

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

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

 a { background-color: rgb(39,18,134); }

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

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

 span { border-color: rgb(39,18,134); }

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