Html Css Color HEX #2F0671 Persian Indigo

📋 copy color: '#2F0671'

red 47 ◦ green 6 ◦ blue 113

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

Shades of Persian Indigo #2F0671

Tints of Persian Indigo #2F0671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.61%

 BLUE value IS 113 (44.53% from 255) = 68.07%

R = 28.31%
G = 3.61%
B = 68.07%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F0671 (or 0x2F0671) is known color: Persian Indigo. HEX triplet: 2F, 06 and 71. RGB value is (47,6,113). Sum of RGB (Red+Green+Blue) = 47+6+113=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #2F0671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0671 is #D0F98E. Grayscale: #1E1E1E. Windows color (decimal): -13695375 or 7407151. OLE color: 7407151.

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

Color convert

RGB 47 6 113 -
CMYK 0.58 0.95 0 0.56
HSL 262.99º 0.9% 0.23% -
HSV(B) 262.99º 0.95% 0.44% -
XYZ 4.22 1.93 15.77 -
YUV 30.46 174.58 139.8 -
System Red Green Blue C M Y K H S L
Decimal 47 6 113 0.58 0.95 0 0.56 262.99 0.9 0.23
Hex 2F 6 71 3A 5F 0 38 107 5A 17
Octal 57 6 161 72 137 0 70 407 132 27
Binary 101111 110 1110001 111010 1011111 0 111000 100000111 1011010 10111

Color Harmonies of #2F0671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0671

Black with #2F0671

Text Example


Text Example

White with #2F0671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,6,113); }

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

background-color css

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

 a { background-color: rgb(47,6,113); }

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

border-color css

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

 span { border-color: rgb(47,6,113); }

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