#270E77

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

Shades of Persian Indigo #270E77

Tints of Persian Indigo #270E77

Color information

#270E77 (or 0x270E77) is unknown color: approx Persian Indigo. HEX triplet: 27, 0E and 77. RGB value is (39,14,119). Sum of RGB (Red+Green+Blue) = 39+14+119=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #270E77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270E77 is #D8F188. Grayscale: #212121. Windows color (decimal): -14217609 or 7802407. OLE color: 7802407.

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

Color convert

RGB3914119-
CMYK0.670.8800.53
HSL254.29º78.95%26.08%-
HSV(B)254.29º88.24%46.67%-
XYZ4.322.0817.63-
YUV33.44176.28131.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.67%
GREEN value IS 14 (5.86% from 255) = 8.14%
BLUE value IS 119 (46.88% from 255) = 69.19%
R=22.67%
G=8.14%
B=69.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39141190.670.8800.53254.2978.9526.08
Hex27E774358035fe4f1a
Octal471616710313006537611732
Binary1001111110111011110000111011000011010111111110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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