Html Css Color HEX #3F0496 Indigo

📋 copy color: '#3F0496'

red 63 ◦ green 4 ◦ blue 150

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

Shades of Indigo #3F0496

Tints of Indigo #3F0496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 69.12%

R = 29.03%
G = 1.84%
B = 69.12%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3F0496 (or 0x3F0496) is known color: Indigo. HEX triplet: 3F, 04 and 96. RGB value is (63,4,150). Sum of RGB (Red+Green+Blue) = 63+4+150=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F0496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0496 is #C0FB69. Grayscale: #252525. Windows color (decimal): -12647274 or 9831487. OLE color: 9831487.

HSL color Cylindrical-coordinate representation of color #3F0496: hue angle of 264.25º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0496 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 63 4 150 -
CMYK 0.58 0.97 0 0.41
HSL 264.25º 0.95% 0.3% -
HSV(B) 264.25º 0.97% 0.59% -
XYZ 7.6 3.35 29.1 -
YUV 38.29 191.05 145.63 -
System Red Green Blue C M Y K H S L
Decimal 63 4 150 0.58 0.97 0 0.41 264.25 0.95 0.3
Hex 3F 4 96 3A 61 0 29 108 5F 1E
Octal 77 4 226 72 141 0 51 410 137 36
Binary 111111 100 10010110 111010 1100001 0 101001 100001000 1011111 11110

Color Harmonies of #3F0496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0496

Black with #3F0496

Text Example


Text Example

White with #3F0496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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