#271280

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

Shades of Persian Indigo #271280

Tints of Persian Indigo #271280

Color information

#271280 (or 0x271280) is unknown color: approx Persian Indigo. HEX triplet: 27, 12 and 80. RGB value is (39,18,128). Sum of RGB (Red+Green+Blue) = 39+18+128=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 128 (50.39% from 255 or 69.19% from 185); Max value from RGB is 128 - color contains mainly: blue. Hex color #271280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271280 is #D8ED7F. Grayscale: #242424. Windows color (decimal): -14216576 or 8393255. OLE color: 8393255.

HSL color Cylindrical-coordinate representation of color #271280: hue angle of 251.45º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271280 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3918128-
CMYK0.700.8600.50
HSL251.45º75.34%28.63%-
HSV(B)251.45º85.94%50.2%-
XYZ4.952.4220.63-
YUV36.82179.46129.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 128 (50.39% from 255) = 69.19%
R=21.08%
G=9.73%
B=69.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39181280.700.8600.50251.4575.3428.63
Hex2712804656032fb4b1d
Octal472220010612606237311335
Binary100111100101000000010001101010110011001011111011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271280; }

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

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

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

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

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

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

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

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