#271A81

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

Shades of Persian Indigo #271A81

Tints of Persian Indigo #271A81

Color information

#271A81 (or 0x271A81) is unknown color: approx Persian Indigo. HEX triplet: 27, 1A and 81. RGB value is (39,26,129). Sum of RGB (Red+Green+Blue) = 39+26+129=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #271A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A81 is #D8E57E. Grayscale: #292929. Windows color (decimal): -14214527 or 8460839. OLE color: 8460839.

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

Color convert

RGB3926129-
CMYK0.700.8000.49
HSL247.57º66.45%30.39%-
HSV(B)247.57º79.84%50.59%-
XYZ5.172.7621.03-
YUV41.63177.31126.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.10%
GREEN value IS 26 (10.55% from 255) = 13.40%
BLUE value IS 129 (50.78% from 255) = 66.49%
R=20.10%
G=13.40%
B=66.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39261290.700.8000.49247.5766.4530.39
Hex271A814650031f8421e
Octal473220110612006137010236
Binary100111110101000000110001101010000011000111111000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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