#271772

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

Shades of Persian Indigo #271772

Tints of Persian Indigo #271772

Color information

#271772 (or 0x271772) is unknown color: approx Persian Indigo. HEX triplet: 27, 17 and 72. RGB value is (39,23,114). Sum of RGB (Red+Green+Blue) = 39+23+114=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 114 (44.92% from 255 or 64.77% from 176); Max value from RGB is 114 - color contains mainly: blue. Hex color #271772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271772 is #D8E88D. Grayscale: #252525. Windows color (decimal): -14215310 or 7477031. OLE color: 7477031.

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

Color convert

RGB3923114-
CMYK0.660.8000.55
HSL250.55º66.42%26.86%-
HSV(B)250.55º79.82%44.71%-
XYZ4.182.2616.14-
YUV38.16170.8128.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.16%
GREEN value IS 23 (9.38% from 255) = 13.07%
BLUE value IS 114 (44.92% from 255) = 64.77%
R=22.16%
G=13.07%
B=64.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39231140.660.8000.55250.5566.4226.86
Hex2717724250037fb421b
Octal472716210212006737310233
Binary10011110111111001010000101010000011011111111011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271772; }

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

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

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

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

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

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

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

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