Html Css Color HEX #2F046B Persian Indigo

📋 copy color: '#2F046B'

red 47 ◦ green 4 ◦ blue 107

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

Shades of Persian Indigo #2F046B

Tints of Persian Indigo #2F046B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 67.72%

R = 29.75%
G = 2.53%
B = 67.72%

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

#2F046B (or 0x2F046B) is known color: Persian Indigo. HEX triplet: 2F, 04 and 6B. RGB value is (47,4,107). Sum of RGB (Red+Green+Blue) = 47+4+107=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F046B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F046B is #D0FB94. Grayscale: #1C1C1C. Windows color (decimal): -13695893 or 7013423. OLE color: 7013423.

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

Color convert

RGB 47 4 107 -
CMYK 0.56 0.96 0 0.58
HSL 265.05º 0.93% 0.22% -
HSV(B) 265.05º 0.96% 0.42% -
XYZ 3.87 1.75 14.04 -
YUV 28.6 172.25 141.12 -
System Red Green Blue C M Y K H S L
Decimal 47 4 107 0.56 0.96 0 0.58 265.05 0.93 0.22
Hex 2F 4 6B 38 60 0 3A 109 5D 16
Octal 57 4 153 70 140 0 72 411 135 26
Binary 101111 100 1101011 111000 1100000 0 111010 100001001 1011101 10110

Color Harmonies of #2F046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F046B

Black with #2F046B

Text Example


Text Example

White with #2F046B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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