#270571

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

Shades of Persian Indigo #270571

Tints of Persian Indigo #270571

Color information

#270571 (or 0x270571) is unknown color: approx Persian Indigo. HEX triplet: 27, 05 and 71. RGB value is (39,5,113). Sum of RGB (Red+Green+Blue) = 39+5+113=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #270571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270571 is #D8FA8E. Grayscale: #1B1B1B. Windows color (decimal): -14219919 or 7406887. OLE color: 7406887.

HSL color Cylindrical-coordinate representation of color #270571: hue angle of 258.89º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270571 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB395113-
CMYK0.650.9600.56
HSL258.89º91.53%23.14%-
HSV(B)258.89º95.58%44.31%-
XYZ3.871.7315.75-
YUV27.48176.26136.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 113 (44.53% from 255) = 71.97%
R=24.84%
G=3.18%
B=71.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3951130.650.9600.56258.8991.5323.14
Hex2757141600381035c17
Octal47516110114007040313427
Binary1001111011110001100000111000000111000100000011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270571; }

 p { color: rgb(39,5,113); }

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

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

 a { background-color: rgb(39,5,113); }

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

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

 span { border-color: rgb(39,5,113); }

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