#271076

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

Shades of Persian Indigo #271076

Tints of Persian Indigo #271076

Color information

#271076 (or 0x271076) is unknown color: approx Persian Indigo. HEX triplet: 27, 10 and 76. RGB value is (39,16,118). Sum of RGB (Red+Green+Blue) = 39+16+118=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #271076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271076 is #D8EF89. Grayscale: #222222. Windows color (decimal): -14217098 or 7737383. OLE color: 7737383.

HSL color Cylindrical-coordinate representation of color #271076: hue angle of 253.53º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271076 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3916118-
CMYK0.670.8600.54
HSL253.53º76.12%26.27%-
HSV(B)253.53º86.44%46.27%-
XYZ4.292.1117.32-
YUV34.5175.12131.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.54%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 118 (46.48% from 255) = 68.21%
R=22.54%
G=9.25%
B=68.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39161180.670.8600.54253.5376.1226.27
Hex2710764356036fe4c1a
Octal472016610312606637611432
Binary10011110000111011010000111010110011011011111110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271076; }

 p { color: rgb(39,16,118); }

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

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

 a { background-color: rgb(39,16,118); }

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

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

 span { border-color: rgb(39,16,118); }

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