Html Css Color HEX #2F046F Persian Indigo

📋 copy color: '#2F046F'

red 47 ◦ green 4 ◦ blue 111

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

Shades of Persian Indigo #2F046F

Tints of Persian Indigo #2F046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 68.52%

R = 29.01%
G = 2.47%
B = 68.52%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F046F (or 0x2F046F) is known color: Persian Indigo. HEX triplet: 2F, 04 and 6F. RGB value is (47,4,111). Sum of RGB (Red+Green+Blue) = 47+4+111=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 111 (43.75% from 255 or 68.52% from 162); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F046F is #D0FB90. Grayscale: #1C1C1C. Windows color (decimal): -13695889 or 7275567. OLE color: 7275567.

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

Color convert

RGB 47 4 111 -
CMYK 0.58 0.96 0 0.56
HSL 264.11º 0.93% 0.23% -
HSV(B) 264.11º 0.96% 0.44% -
XYZ 4.08 1.84 15.18 -
YUV 29.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 47 4 111 0.58 0.96 0 0.56 264.11 0.93 0.23
Hex 2F 4 6F 3A 60 0 38 108 5D 17
Octal 57 4 157 72 140 0 70 410 135 27
Binary 101111 100 1101111 111010 1100000 0 111000 100001000 1011101 10111

Color Harmonies of #2F046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F046F

Black with #2F046F

Text Example


Text Example

White with #2F046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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