Html Css Color HEX #3F015C Indigo

📋 copy color: '#3F015C'

red 63 ◦ green 1 ◦ blue 92

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

Shades of Indigo #3F015C

Tints of Indigo #3F015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 58.97%

R = 40.38%
G = 0.64%
B = 58.97%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F015C (or 0x3F015C) is known color: Indigo. HEX triplet: 3F, 01 and 5C. RGB value is (63,1,92). Sum of RGB (Red+Green+Blue) = 63+1+92=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #3F015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F015C is #C0FEA3. Grayscale: #1D1D1D. Windows color (decimal): -12648100 or 6029631. OLE color: 6029631.

HSL color Cylindrical-coordinate representation of color #3F015C: hue angle of 280.88º 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 #3F015C is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 63 1 92 -
CMYK 0.32 0.99 0 0.64
HSL 280.88º 0.98% 0.18% -
HSV(B) 280.88º 0.99% 0.36% -
XYZ 3.99 1.85 10.27 -
YUV 29.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 63 1 92 0.32 0.99 0 0.64 280.88 0.98 0.18
Hex 3F 1 5C 20 63 0 40 119 62 12
Octal 77 1 134 40 143 0 100 431 142 22
Binary 111111 1 1011100 100000 1100011 0 1000000 100011001 1100010 10010

Color Harmonies of #3F015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F015C

Black with #3F015C

Text Example


Text Example

White with #3F015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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