Html Css Color HEX #3E019B Indigo

📋 copy color: '#3E019B'

red 62 ◦ green 1 ◦ blue 155

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

Shades of Indigo #3E019B

Tints of Indigo #3E019B

RGB

 RED value IS 62 (24.61% from 255) = 28.44%

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

 BLUE value IS 155 (60.94% from 255) = 71.1%

R = 28.44%
G = 0.46%
B = 71.1%

CMYK

 C value IS 0.6

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E019B (or 0x3E019B) is known color: Indigo. HEX triplet: 3E, 01 and 9B. RGB value is (62,1,155). Sum of RGB (Red+Green+Blue) = 62+1+155=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E019B is #C1FE64. Grayscale: #242424. Windows color (decimal): -12713573 or 10158398. OLE color: 10158398.

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

Color convert

RGB 62 1 155 -
CMYK 0.6 0.99 0 0.39
HSL 263.77º 0.99% 0.31% -
HSV(B) 263.77º 0.99% 0.61% -
XYZ 7.91 3.41 31.25 -
YUV 36.8 194.71 145.98 -
System Red Green Blue C M Y K H S L
Decimal 62 1 155 0.6 0.99 0 0.39 263.77 0.99 0.31
Hex 3E 1 9B 3C 63 0 27 108 63 1F
Octal 76 1 233 74 143 0 47 410 143 37
Binary 111110 1 10011011 111100 1100011 0 100111 100001000 1100011 11111

Color Harmonies of #3E019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E019B

Black with #3E019B

Text Example


Text Example

White with #3E019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,1,155); }

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

background-color css

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

 a { background-color: rgb(62,1,155); }

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

border-color css

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

 span { border-color: rgb(62,1,155); }

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