#271572

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

Shades of Persian Indigo #271572

Tints of Persian Indigo #271572

Color information

#271572 (or 0x271572) is unknown color: approx Persian Indigo. HEX triplet: 27, 15 and 72. RGB value is (39,21,114). Sum of RGB (Red+Green+Blue) = 39+21+114=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #271572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271572 is #D8EA8D. Grayscale: #242424. Windows color (decimal): -14215822 or 7476519. OLE color: 7476519.

HSL color Cylindrical-coordinate representation of color #271572: hue angle of 251.61º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271572 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3921114-
CMYK0.660.8200.55
HSL251.61º68.89%26.47%-
HSV(B)251.61º81.58%44.71%-
XYZ4.142.1816.12-
YUV36.98171.46129.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.41%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 114 (44.92% from 255) = 65.52%
R=22.41%
G=12.07%
B=65.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39211140.660.8200.55251.6168.8926.47
Hex2715724252037fc451a
Octal472516210212206737410532
Binary10011110101111001010000101010010011011111111100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271572; }

 p { color: rgb(39,21,114); }

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

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

 a { background-color: rgb(39,21,114); }

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

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

 span { border-color: rgb(39,21,114); }

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