Html Css Color HEX #2F046D Persian Indigo

📋 copy color: '#2F046D'

red 47 ◦ green 4 ◦ blue 109

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

Shades of Persian Indigo #2F046D

Tints of Persian Indigo #2F046D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 68.13%

R = 29.38%
G = 2.5%
B = 68.13%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2F046D (or 0x2F046D) is known color: Persian Indigo. HEX triplet: 2F, 04 and 6D. RGB value is (47,4,109). Sum of RGB (Red+Green+Blue) = 47+4+109=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 109 (42.97% from 255 or 68.12% from 160); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F046D is #D0FB92. Grayscale: #1C1C1C. Windows color (decimal): -13695891 or 7144495. OLE color: 7144495.

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

Color convert

RGB 47 4 109 -
CMYK 0.57 0.96 0 0.57
HSL 264.57º 0.93% 0.22% -
HSV(B) 264.57º 0.96% 0.43% -
XYZ 3.98 1.8 14.6 -
YUV 28.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 47 4 109 0.57 0.96 0 0.57 264.57 0.93 0.22
Hex 2F 4 6D 39 60 0 39 109 5D 16
Octal 57 4 155 71 140 0 71 411 135 26
Binary 101111 100 1101101 111001 1100000 0 111001 100001001 1011101 10110

Color Harmonies of #2F046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F046D

Black with #2F046D

Text Example


Text Example

White with #2F046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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