Html Css Color HEX #3F0478 Indigo

📋 copy color: '#3F0478'

red 63 ◦ green 4 ◦ blue 120

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

Shades of Indigo #3F0478

Tints of Indigo #3F0478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 64.17%

R = 33.69%
G = 2.14%
B = 64.17%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F0478 (or 0x3F0478) is known color: Indigo. HEX triplet: 3F, 04 and 78. RGB value is (63,4,120). Sum of RGB (Red+Green+Blue) = 63+4+120=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F0478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0478 is #C0FB87. Grayscale: #222222. Windows color (decimal): -12647304 or 7865407. OLE color: 7865407.

HSL color Cylindrical-coordinate representation of color #3F0478: hue angle of 270.52º degrees, saturation: 0.94, 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 #3F0478 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 4 120 -
CMYK 0.48 0.97 0 0.53
HSL 270.52º 0.94% 0.24% -
HSV(B) 270.52º 0.97% 0.47% -
XYZ 5.48 2.5 17.96 -
YUV 34.87 176.05 148.07 -
System Red Green Blue C M Y K H S L
Decimal 63 4 120 0.48 0.97 0 0.53 270.52 0.94 0.24
Hex 3F 4 78 30 61 0 35 10F 5E 18
Octal 77 4 170 60 141 0 65 417 136 30
Binary 111111 100 1111000 110000 1100001 0 110101 100001111 1011110 11000

Color Harmonies of #3F0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0478

Black with #3F0478

Text Example


Text Example

White with #3F0478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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