#270472

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

Shades of Persian Indigo #270472

Tints of Persian Indigo #270472

Color information

#270472 (or 0x270472) is unknown color: approx Persian Indigo. HEX triplet: 27, 04 and 72. RGB value is (39,4,114). Sum of RGB (Red+Green+Blue) = 39+4+114=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #270472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270472 is #D8FB8D. Grayscale: #1A1A1A. Windows color (decimal): -14220174 or 7472167. OLE color: 7472167.

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

Color convert

RGB394114-
CMYK0.660.9600.55
HSL259.09º93.22%23.14%-
HSV(B)259.09º96.49%44.71%-
XYZ3.921.7316.05-
YUV27.01177.1136.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 114 (44.92% from 255) = 72.61%
R=24.84%
G=2.55%
B=72.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3941140.660.9600.55259.0993.2223.14
Hex2747242600371035d17
Octal47416210214006740313527
Binary1001111001110010100001011000000110111100000011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270472; }

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

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

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

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

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

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

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

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