Html Css Color HEX #2F076A Persian Indigo

📋 copy color: '#2F076A'

red 47 ◦ green 7 ◦ blue 106

#2F076A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #2F076A

Tints of Persian Indigo #2F076A

RGB

 RED value IS 47 (18.75% from 255) = 29.38%

 GREEN value IS 7 (3.13% from 255) = 4.38%

 BLUE value IS 106 (41.8% from 255) = 66.25%

R = 29.38%
G = 4.38%
B = 66.25%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2F076A (or 0x2F076A) is known color: Persian Indigo. HEX triplet: 2F, 07 and 6A. RGB value is (47,7,106). Sum of RGB (Red+Green+Blue) = 47+7+106=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 106 (41.80% from 255 or 66.25% from 160); Max value from RGB is 106 - color contains mainly: blue. Hex color #2F076A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F076A is #D0F895. Grayscale: #1D1D1D. Windows color (decimal): -13695126 or 6948655. OLE color: 6948655.

HSL color Cylindrical-coordinate representation of color #2F076A: hue angle of 264.24º 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 #2F076A is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 47 7 106 -
CMYK 0.56 0.93 0 0.58
HSL 264.24º 0.88% 0.22% -
HSV(B) 264.24º 0.93% 0.42% -
XYZ 3.85 1.8 13.78 -
YUV 30.25 170.75 139.95 -
System Red Green Blue C M Y K H S L
Decimal 47 7 106 0.56 0.93 0 0.58 264.24 0.88 0.22
Hex 2F 7 6A 38 5D 0 3A 108 58 16
Octal 57 7 152 70 135 0 72 410 130 26
Binary 101111 111 1101010 111000 1011101 0 111010 100001000 1011000 10110

Color Harmonies of #2F076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F076A

Black with #2F076A

Text Example


Text Example

White with #2F076A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F076A;
 }
 .AnyTagClassName
 {
   color: #2F076A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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