#2F0770

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

Shades of Persian Indigo #2F0770

Tints of Persian Indigo #2F0770

Color information

#2F0770 (or 0x2F0770) is unknown color: approx Persian Indigo. HEX triplet: 2F, 07 and 70. RGB value is (47,7,112). Sum of RGB (Red+Green+Blue) = 47+7+112=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F0770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0770 is #D0F88F. Grayscale: #1E1E1E. Windows color (decimal): -13695120 or 7341871. OLE color: 7341871.

HSL color Cylindrical-coordinate representation of color #2F0770: hue angle of 262.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0770 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB477112-
CMYK0.580.9400.56
HSL262.86º88.24%23.33%-
HSV(B)262.86º93.75%43.92%-
XYZ4.171.9315.48-
YUV30.93173.75139.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.31%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 112 (44.14% from 255) = 67.47%
R=28.31%
G=4.22%
B=67.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4771120.580.9400.56262.8688.2423.33
Hex2F7703A5E0381075817
Octal5771607213607040713027
Binary101111111111000011101010111100111000100000111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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