Html Css Color HEX #3F0477 Indigo

📋 copy color: '#3F0477'

red 63 ◦ green 4 ◦ blue 119

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

Shades of Indigo #3F0477

Tints of Indigo #3F0477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 63.98%

R = 33.87%
G = 2.15%
B = 63.98%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F0477 (or 0x3F0477) is known color: Indigo. HEX triplet: 3F, 04 and 77. RGB value is (63,4,119). Sum of RGB (Red+Green+Blue) = 63+4+119=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F0477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0477 is #C0FB88. Grayscale: #222222. Windows color (decimal): -12647305 or 7799871. OLE color: 7799871.

HSL color Cylindrical-coordinate representation of color #3F0477: hue angle of 270.78º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0477 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 4 119 -
CMYK 0.47 0.97 0 0.53
HSL 270.78º 0.93% 0.24% -
HSV(B) 270.78º 0.97% 0.47% -
XYZ 5.42 2.48 17.64 -
YUV 34.75 175.55 148.15 -
System Red Green Blue C M Y K H S L
Decimal 63 4 119 0.47 0.97 0 0.53 270.78 0.93 0.24
Hex 3F 4 77 2F 61 0 35 10F 5D 18
Octal 77 4 167 57 141 0 65 417 135 30
Binary 111111 100 1110111 101111 1100001 0 110101 100001111 1011101 11000

Color Harmonies of #3F0477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0477

Black with #3F0477

Text Example


Text Example

White with #3F0477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,4,119); }

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

background-color css

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

 a { background-color: rgb(63,4,119); }

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

border-color css

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

 span { border-color: rgb(63,4,119); }

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