Html Css Color HEX #3F0971 Indigo

📋 copy color: '#3F0971'

red 63 ◦ green 9 ◦ blue 113

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

Shades of Indigo #3F0971

Tints of Indigo #3F0971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 34.05%
G = 4.86%
B = 61.08%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F0971 (or 0x3F0971) is known color: Indigo. HEX triplet: 3F, 09 and 71. RGB value is (63,9,113). Sum of RGB (Red+Green+Blue) = 63+9+113=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F0971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0971 is #C0F68E. Grayscale: #242424. Windows color (decimal): -12646031 or 7407935. OLE color: 7407935.

HSL color Cylindrical-coordinate representation of color #3F0971: hue angle of 271.15º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0971 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 9 113 -
CMYK 0.44 0.92 0 0.56
HSL 271.15º 0.85% 0.24% -
HSV(B) 271.15º 0.92% 0.44% -
XYZ 5.13 2.44 15.82 -
YUV 37 170.89 146.54 -
System Red Green Blue C M Y K H S L
Decimal 63 9 113 0.44 0.92 0 0.56 271.15 0.85 0.24
Hex 3F 9 71 2C 5C 0 38 10F 55 18
Octal 77 11 161 54 134 0 70 417 125 30
Binary 111111 1001 1110001 101100 1011100 0 111000 100001111 1010101 11000

Color Harmonies of #3F0971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0971

Black with #3F0971

Text Example


Text Example

White with #3F0971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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