#270F79

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

Shades of Persian Indigo #270F79

Tints of Persian Indigo #270F79

Color information

#270F79 (or 0x270F79) is unknown color: approx Persian Indigo. HEX triplet: 27, 0F and 79. RGB value is (39,15,121). Sum of RGB (Red+Green+Blue) = 39+15+121=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 121 (47.66% from 255 or 69.14% from 175); Max value from RGB is 121 - color contains mainly: blue. Hex color #270F79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270F79 is #D8F086. Grayscale: #212121. Windows color (decimal): -14217351 or 7933735. OLE color: 7933735.

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

Color convert

RGB3915121-
CMYK0.680.8800.53
HSL253.58º77.94%26.67%-
HSV(B)253.58º87.6%47.45%-
XYZ4.462.1518.27-
YUV34.26176.95131.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.29%
GREEN value IS 15 (6.25% from 255) = 8.57%
BLUE value IS 121 (47.66% from 255) = 69.14%
R=22.29%
G=8.57%
B=69.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39151210.680.8800.53253.5877.9426.67
Hex27F794458035fe4e1b
Octal471717110413006537611633
Binary1001111111111100110001001011000011010111111110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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