#271671

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

Shades of Persian Indigo #271671

Tints of Persian Indigo #271671

Color information

#271671 (or 0x271671) is unknown color: approx Persian Indigo. HEX triplet: 27, 16 and 71. RGB value is (39,22,113). Sum of RGB (Red+Green+Blue) = 39+22+113=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #271671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271671 is #D8E98E. Grayscale: #252525. Windows color (decimal): -14215567 or 7411239. OLE color: 7411239.

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

Color convert

RGB3922113-
CMYK0.650.8100.56
HSL251.21º67.41%26.47%-
HSV(B)251.21º80.53%44.31%-
XYZ4.12.215.83-
YUV37.46170.63129.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.41%
GREEN value IS 22 (8.98% from 255) = 12.64%
BLUE value IS 113 (44.53% from 255) = 64.94%
R=22.41%
G=12.64%
B=64.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39221130.650.8100.56251.2167.4126.47
Hex2716714151038fb431a
Octal472616110112107037310332
Binary10011110110111000110000011010001011100011111011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271671; }

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

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

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

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

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

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

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

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