#2F1278

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

Shades of Persian Indigo #2F1278

Tints of Persian Indigo #2F1278

Color information

#2F1278 (or 0x2F1278) is unknown color: approx Persian Indigo. HEX triplet: 2F, 12 and 78. RGB value is (47,18,120). Sum of RGB (Red+Green+Blue) = 47+18+120=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F1278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1278 is #D0ED87. Grayscale: #252525. Windows color (decimal): -13692296 or 7868975. OLE color: 7868975.

HSL color Cylindrical-coordinate representation of color #2F1278: hue angle of 257.06º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F1278 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4718120-
CMYK0.610.8500.53
HSL257.06º73.91%27.06%-
HSV(B)257.06º85%47.06%-
XYZ4.782.3917.98-
YUV38.3174.11134.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.41%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 120 (47.27% from 255) = 64.86%
R=25.41%
G=9.73%
B=64.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47181200.610.8500.53257.0673.9127.06
Hex2F12783D550351014a1b
Octal57221707512506540111233
Binary10111110010111100011110110101010110101100000001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F1278; }

 p { color: rgb(47,18,120); }

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

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

 a { background-color: rgb(47,18,120); }

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

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

 span { border-color: rgb(47,18,120); }

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