#2F0477

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

Shades of Persian Indigo #2F0477

Tints of Persian Indigo #2F0477

Color information

#2F0477 (or 0x2F0477) is unknown color: approx Persian Indigo. HEX triplet: 2F, 04 and 77. RGB value is (47,4,119). Sum of RGB (Red+Green+Blue) = 47+4+119=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F0477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0477 is #D0FB88. Grayscale: #1D1D1D. Windows color (decimal): -13695881 or 7799855. OLE color: 7799855.

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

Color convert

RGB474119-
CMYK0.610.9700.53
HSL262.43º93.5%24.12%-
HSV(B)262.43º96.64%46.67%-
XYZ4.552.0217.6-
YUV29.97178.25140.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.65%
GREEN value IS 4 (1.95% from 255) = 2.35%
BLUE value IS 119 (46.88% from 255) = 70%
R=27.65%
G=2.35%
B=70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4741190.610.9700.53262.4393.524.12
Hex2F4773D610351065d18
Octal5741677514106540613530
Binary101111100111011111110111000010110101100000110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,4,119); }

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

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

 a { background-color: rgb(47,4,119); }

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

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

 span { border-color: rgb(47,4,119); }

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