Html Css Color HEX #2F046A Persian Indigo

📋 copy color: '#2F046A'

red 47 ◦ green 4 ◦ blue 106

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

Shades of Persian Indigo #2F046A

Tints of Persian Indigo #2F046A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

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

R = 29.94%
G = 2.55%
B = 67.52%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2F046A (or 0x2F046A) is known color: Persian Indigo. HEX triplet: 2F, 04 and 6A. RGB value is (47,4,106). Sum of RGB (Red+Green+Blue) = 47+4+106=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #2F046A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F046A is #D0FB95. Grayscale: #1C1C1C. Windows color (decimal): -13695894 or 6947887. OLE color: 6947887.

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

Color convert

RGB 47 4 106 -
CMYK 0.56 0.96 0 0.58
HSL 265.29º 0.93% 0.22% -
HSV(B) 265.29º 0.96% 0.42% -
XYZ 3.82 1.73 13.77 -
YUV 28.49 171.75 141.21 -
System Red Green Blue C M Y K H S L
Decimal 47 4 106 0.56 0.96 0 0.58 265.29 0.93 0.22
Hex 2F 4 6A 38 60 0 3A 109 5D 16
Octal 57 4 152 70 140 0 72 411 135 26
Binary 101111 100 1101010 111000 1100000 0 111010 100001001 1011101 10110

Color Harmonies of #2F046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F046A

Black with #2F046A

Text Example


Text Example

White with #2F046A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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