Html Css Color HEX #3E048F Indigo

📋 copy color: '#3E048F'

red 62 ◦ green 4 ◦ blue 143

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

Shades of Indigo #3E048F

Tints of Indigo #3E048F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.91%

 BLUE value IS 143 (56.25% from 255) = 68.42%

R = 29.67%
G = 1.91%
B = 68.42%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E048F (or 0x3E048F) is known color: Indigo. HEX triplet: 3E, 04 and 8F. RGB value is (62,4,143). Sum of RGB (Red+Green+Blue) = 62+4+143=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 143 (56.25% from 255 or 68.42% from 209); Max value from RGB is 143 - color contains mainly: blue. Hex color #3E048F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E048F is #C1FB70. Grayscale: #242424. Windows color (decimal): -12712817 or 9372734. OLE color: 9372734.

HSL color Cylindrical-coordinate representation of color #3E048F: hue angle of 265.04º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E048F is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 62 4 143 -
CMYK 0.57 0.97 0 0.44
HSL 265.04º 0.95% 0.29% -
HSV(B) 265.04º 0.97% 0.56% -
XYZ 6.99 3.09 26.22 -
YUV 37.19 187.72 145.7 -
System Red Green Blue C M Y K H S L
Decimal 62 4 143 0.57 0.97 0 0.44 265.04 0.95 0.29
Hex 3E 4 8F 39 61 0 2C 109 5F 1D
Octal 76 4 217 71 141 0 54 411 137 35
Binary 111110 100 10001111 111001 1100001 0 101100 100001001 1011111 11101

Color Harmonies of #3E048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E048F

Black with #3E048F

Text Example


Text Example

White with #3E048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,4,143); }

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

background-color css

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

 a { background-color: rgb(62,4,143); }

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

border-color css

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

 span { border-color: rgb(62,4,143); }

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