#271A82

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

Shades of Persian Indigo #271A82

Tints of Persian Indigo #271A82

Color information

#271A82 (or 0x271A82) is unknown color: approx Persian Indigo. HEX triplet: 27, 1A and 82. RGB value is (39,26,130). Sum of RGB (Red+Green+Blue) = 39+26+130=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #271A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A82 is #D8E57D. Grayscale: #292929. Windows color (decimal): -14214526 or 8526375. OLE color: 8526375.

HSL color Cylindrical-coordinate representation of color #271A82: hue angle of 247.5º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271A82 is Cyan = 0.70, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3926130-
CMYK0.700.800.49
HSL247.5º66.67%30.59%-
HSV(B)247.5º80%50.98%-
XYZ5.242.7821.38-
YUV41.74177.81126.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 130 (51.17% from 255) = 66.67%
R=20%
G=13.33%
B=66.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39261300.700.800.49247.566.6730.59
Hex271A824650031f8431f
Octal473220210612006137010337
Binary100111110101000001010001101010000011000111111000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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