#2F1378

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

Shades of Persian Indigo #2F1378

Tints of Persian Indigo #2F1378

Color information

#2F1378 (or 0x2F1378) is unknown color: approx Persian Indigo. HEX triplet: 2F, 13 and 78. RGB value is (47,19,120). Sum of RGB (Red+Green+Blue) = 47+19+120=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F1378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1378 is #D0EC87. Grayscale: #262626. Windows color (decimal): -13692040 or 7869231. OLE color: 7869231.

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

Color convert

RGB4719120-
CMYK0.610.8400.53
HSL256.63º72.66%27.25%-
HSV(B)256.63º84.17%47.06%-
XYZ4.82.4317.98-
YUV38.89173.78133.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.27%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 120 (47.27% from 255) = 64.52%
R=25.27%
G=10.22%
B=64.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47191200.610.8400.53256.6372.6627.25
Hex2F13783D54035101491b
Octal57231707512406540111133
Binary10111110011111100011110110101000110101100000001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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