Html Css Color HEX #3F015B Indigo

📋 copy color: '#3F015B'

red 63 ◦ green 1 ◦ blue 91

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

Shades of Indigo #3F015B

Tints of Indigo #3F015B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 58.71%

R = 40.65%
G = 0.65%
B = 58.71%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F015B (or 0x3F015B) is known color: Indigo. HEX triplet: 3F, 01 and 5B. RGB value is (63,1,91). Sum of RGB (Red+Green+Blue) = 63+1+91=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F015B is #C0FEA4. Grayscale: #1D1D1D. Windows color (decimal): -12648101 or 5964095. OLE color: 5964095.

HSL color Cylindrical-coordinate representation of color #3F015B: hue angle of 281.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F015B is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 63 1 91 -
CMYK 0.31 0.99 0 0.64
HSL 281.33º 0.98% 0.18% -
HSV(B) 281.33º 0.99% 0.36% -
XYZ 3.95 1.83 10.04 -
YUV 29.8 162.54 151.68 -
System Red Green Blue C M Y K H S L
Decimal 63 1 91 0.31 0.99 0 0.64 281.33 0.98 0.18
Hex 3F 1 5B 1F 63 0 40 119 62 12
Octal 77 1 133 37 143 0 100 431 142 22
Binary 111111 1 1011011 11111 1100011 0 1000000 100011001 1100010 10010

Color Harmonies of #3F015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F015B

Black with #3F015B

Text Example


Text Example

White with #3F015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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