Html Css Color HEX #3F0671 Indigo

📋 copy color: '#3F0671'

red 63 ◦ green 6 ◦ blue 113

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

Shades of Indigo #3F0671

Tints of Indigo #3F0671

RGB

 RED value IS 63 (25% from 255) = 34.62%

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

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

R = 34.62%
G = 3.3%
B = 62.09%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F0671 (or 0x3F0671) is known color: Indigo. HEX triplet: 3F, 06 and 71. RGB value is (63,6,113). Sum of RGB (Red+Green+Blue) = 63+6+113=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F0671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0671 is #C0F98E. Grayscale: #222222. Windows color (decimal): -12646799 or 7407167. OLE color: 7407167.

HSL color Cylindrical-coordinate representation of color #3F0671: hue angle of 271.96º 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 #3F0671 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 6 113 -
CMYK 0.44 0.95 0 0.56
HSL 271.96º 0.9% 0.23% -
HSV(B) 271.96º 0.95% 0.44% -
XYZ 5.1 2.38 15.81 -
YUV 35.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 63 6 113 0.44 0.95 0 0.56 271.96 0.9 0.23
Hex 3F 6 71 2C 5F 0 38 110 5A 17
Octal 77 6 161 54 137 0 70 420 132 27
Binary 111111 110 1110001 101100 1011111 0 111000 100010000 1011010 10111

Color Harmonies of #3F0671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0671

Black with #3F0671

Text Example


Text Example

White with #3F0671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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