#271270

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

Shades of Persian Indigo #271270

Tints of Persian Indigo #271270

Color information

#271270 (or 0x271270) is unknown color: approx Persian Indigo. HEX triplet: 27, 12 and 70. RGB value is (39,18,112). Sum of RGB (Red+Green+Blue) = 39+18+112=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #271270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271270 is #D8ED8F. Grayscale: #222222. Windows color (decimal): -14216592 or 7344679. OLE color: 7344679.

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

Color convert

RGB3918112-
CMYK0.650.8400.56
HSL253.4º72.31%25.49%-
HSV(B)253.4º83.93%43.92%-
XYZ3.982.0315.51-
YUV34.99171.46130.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 18 (7.42% from 255) = 10.65%
BLUE value IS 112 (44.14% from 255) = 66.27%
R=23.08%
G=10.65%
B=66.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39181120.650.8400.56253.472.3125.49
Hex2712704154038fd4819
Octal472216010112407037511031
Binary10011110010111000010000011010100011100011111101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271270; }

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

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

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

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

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

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

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

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