Html Css Color HEX #3F0179 Indigo

📋 copy color: '#3F0179'

red 63 ◦ green 1 ◦ blue 121

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

Shades of Indigo #3F0179

Tints of Indigo #3F0179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 121 (47.66% from 255) = 65.41%

R = 34.05%
G = 0.54%
B = 65.41%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F0179 (or 0x3F0179) is known color: Indigo. HEX triplet: 3F, 01 and 79. RGB value is (63,1,121). Sum of RGB (Red+Green+Blue) = 63+1+121=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 121 (47.66% from 255 or 65.41% from 185); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F0179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0179 is #C0FE86. Grayscale: #202020. Windows color (decimal): -12648071 or 7930175. OLE color: 7930175.

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

Color convert

RGB 63 1 121 -
CMYK 0.48 0.99 0 0.53
HSL 271º 0.98% 0.24% -
HSV(B) 271º 0.99% 0.47% -
XYZ 5.51 2.46 18.27 -
YUV 33.22 177.54 149.24 -
System Red Green Blue C M Y K H S L
Decimal 63 1 121 0.48 0.99 0 0.53 271 0.98 0.24
Hex 3F 1 79 30 63 0 35 10F 62 18
Octal 77 1 171 60 143 0 65 417 142 30
Binary 111111 1 1111001 110000 1100011 0 110101 100001111 1100010 11000

Color Harmonies of #3F0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0179

Black with #3F0179

Text Example


Text Example

White with #3F0179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,1,121); }

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

background-color css

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

 a { background-color: rgb(63,1,121); }

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

border-color css

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

 span { border-color: rgb(63,1,121); }

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