#271670

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

Shades of Persian Indigo #271670

Tints of Persian Indigo #271670

Color information

#271670 (or 0x271670) is unknown color: approx Persian Indigo. HEX triplet: 27, 16 and 70. RGB value is (39,22,112). Sum of RGB (Red+Green+Blue) = 39+22+112=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #271670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271670 is #D8E98F. Grayscale: #252525. Windows color (decimal): -14215568 or 7345703. OLE color: 7345703.

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

Color convert

RGB3922112-
CMYK0.650.8000.56
HSL251.33º67.16%26.27%-
HSV(B)251.33º80.36%43.92%-
XYZ4.052.1815.54-
YUV37.34170.13129.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.54%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 112 (44.14% from 255) = 64.74%
R=22.54%
G=12.72%
B=64.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39221120.650.8000.56251.3367.1626.27
Hex2716704150038fb431a
Octal472616010112007037310332
Binary10011110110111000010000011010000011100011111011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271670; }

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

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

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

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

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

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

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

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