#270E76

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

Shades of Persian Indigo #270E76

Tints of Persian Indigo #270E76

Color information

#270E76 (or 0x270E76) is unknown color: approx Persian Indigo. HEX triplet: 27, 0E and 76. RGB value is (39,14,118). Sum of RGB (Red+Green+Blue) = 39+14+118=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #270E76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270E76 is #D8F189. Grayscale: #202020. Windows color (decimal): -14217610 or 7736871. OLE color: 7736871.

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

Color convert

RGB3914118-
CMYK0.670.8800.54
HSL254.42º78.79%25.88%-
HSV(B)254.42º88.14%46.27%-
XYZ4.262.0517.31-
YUV33.33175.78132.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.81%
GREEN value IS 14 (5.86% from 255) = 8.19%
BLUE value IS 118 (46.48% from 255) = 69.01%
R=22.81%
G=8.19%
B=69.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39141180.670.8800.54254.4278.7925.88
Hex27E764358036fe4f1a
Octal471616610313006637611732
Binary1001111110111011010000111011000011011011111110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270E76; }

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

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

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

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

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

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

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

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