Html Css Color HEX #3F0199 Indigo

📋 copy color: '#3F0199'

red 63 ◦ green 1 ◦ blue 153

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

Shades of Indigo #3F0199

Tints of Indigo #3F0199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 70.51%

R = 29.03%
G = 0.46%
B = 70.51%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3F0199 (or 0x3F0199) is known color: Indigo. HEX triplet: 3F, 01 and 99. RGB value is (63,1,153). Sum of RGB (Red+Green+Blue) = 63+1+153=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F0199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0199 is #C0FE66. Grayscale: #242424. Windows color (decimal): -12648039 or 10027327. OLE color: 10027327.

HSL color Cylindrical-coordinate representation of color #3F0199: hue angle of 264.47º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0199 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 63 1 153 -
CMYK 0.59 0.99 0 0.4
HSL 264.47º 0.99% 0.3% -
HSV(B) 264.47º 0.99% 0.6% -
XYZ 7.81 3.38 30.38 -
YUV 36.87 193.54 146.64 -
System Red Green Blue C M Y K H S L
Decimal 63 1 153 0.59 0.99 0 0.4 264.47 0.99 0.3
Hex 3F 1 99 3B 63 0 28 108 63 1E
Octal 77 1 231 73 143 0 50 410 143 36
Binary 111111 1 10011001 111011 1100011 0 101000 100001000 1100011 11110

Color Harmonies of #3F0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0199

Black with #3F0199

Text Example


Text Example

White with #3F0199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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