#270F80

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

Shades of Persian Indigo #270F80

Tints of Persian Indigo #270F80

Color information

#270F80 (or 0x270F80) is unknown color: approx Persian Indigo. HEX triplet: 27, 0F and 80. RGB value is (39,15,128). Sum of RGB (Red+Green+Blue) = 39+15+128=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 128 (50.39% from 255 or 70.33% from 182); Max value from RGB is 128 - color contains mainly: blue. Hex color #270F80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270F80 is #D8F07F. Grayscale: #222222. Windows color (decimal): -14217344 or 8392487. OLE color: 8392487.

HSL color Cylindrical-coordinate representation of color #270F80: hue angle of 252.74º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #270F80 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3915128-
CMYK0.700.8800.50
HSL252.74º79.02%28.04%-
HSV(B)252.74º88.28%50.2%-
XYZ4.92.3320.61-
YUV35.06180.45130.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.43%
GREEN value IS 15 (6.25% from 255) = 8.24%
BLUE value IS 128 (50.39% from 255) = 70.33%
R=21.43%
G=8.24%
B=70.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39151280.700.8800.50252.7479.0228.04
Hex27F804658032fd4f1c
Octal471720010613006237511734
Binary10011111111000000010001101011000011001011111101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,15,128); }

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

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

 a { background-color: rgb(39,15,128); }

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

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

 span { border-color: rgb(39,15,128); }

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