#270470

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

Shades of Persian Indigo #270470

Tints of Persian Indigo #270470

Color information

#270470 (or 0x270470) is unknown color: approx Persian Indigo. HEX triplet: 27, 04 and 70. RGB value is (39,4,112). Sum of RGB (Red+Green+Blue) = 39+4+112=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #270470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270470 is #D8FB8F. Grayscale: #1A1A1A. Windows color (decimal): -14220176 or 7341095. OLE color: 7341095.

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

Color convert

RGB394112-
CMYK0.650.9600.56
HSL259.44º93.1%22.75%-
HSV(B)259.44º96.43%43.92%-
XYZ3.81.6915.45-
YUV26.78176.1136.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 112 (44.14% from 255) = 72.26%
R=25.16%
G=2.58%
B=72.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3941120.650.9600.56259.4493.122.75
Hex2747041600381035d17
Octal47416010114007040313527
Binary1001111001110000100000111000000111000100000011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270470; }

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

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

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

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

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

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

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

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