#2F076B

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

Shades of Persian Indigo #2F076B

Tints of Persian Indigo #2F076B

Color information

#2F076B (or 0x2F076B) is unknown color: approx Persian Indigo. HEX triplet: 2F, 07 and 6B. RGB value is (47,7,107). Sum of RGB (Red+Green+Blue) = 47+7+107=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F076B is #D0F894. Grayscale: #1E1E1E. Windows color (decimal): -13695125 or 7014191. OLE color: 7014191.

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

Color convert

RGB477107-
CMYK0.560.9300.58
HSL264º87.72%22.35%-
HSV(B)264º93.46%41.96%-
XYZ3.91.8214.06-
YUV30.36171.25139.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.19%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 107 (42.19% from 255) = 66.46%
R=29.19%
G=4.35%
B=66.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4771070.560.9300.5826487.7222.35
Hex2F76B385D03A1085816
Octal5771537013507241013026
Binary101111111110101111100010111010111010100001000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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