#2F0776

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

Shades of Persian Indigo #2F0776

Tints of Persian Indigo #2F0776

Color information

#2F0776 (or 0x2F0776) is unknown color: approx Persian Indigo. HEX triplet: 2F, 07 and 76. RGB value is (47,7,118). Sum of RGB (Red+Green+Blue) = 47+7+118=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F0776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0776 is #D0F889. Grayscale: #1F1F1F. Windows color (decimal): -13695114 or 7735087. OLE color: 7735087.

HSL color Cylindrical-coordinate representation of color #2F0776: hue angle of 261.62º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0776 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB477118-
CMYK0.600.9400.54
HSL261.62º88.8%24.51%-
HSV(B)261.62º94.07%46.27%-
XYZ4.522.0617.3-
YUV31.61176.75138.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.33%
GREEN value IS 7 (3.12% from 255) = 4.07%
BLUE value IS 118 (46.48% from 255) = 68.60%
R=27.33%
G=4.07%
B=68.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4771180.600.9400.54261.6288.824.51
Hex2F7763C5E0361065919
Octal5771667413606640613131
Binary101111111111011011110010111100110110100000110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,7,118); }

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

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

 a { background-color: rgb(47,7,118); }

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

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

 span { border-color: rgb(47,7,118); }

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