Html Css Color HEX #3E048E Indigo

📋 copy color: '#3E048E'

red 62 ◦ green 4 ◦ blue 142

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

Shades of Indigo #3E048E

Tints of Indigo #3E048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 68.27%

R = 29.81%
G = 1.92%
B = 68.27%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E048E (or 0x3E048E) is known color: Indigo. HEX triplet: 3E, 04 and 8E. RGB value is (62,4,142). Sum of RGB (Red+Green+Blue) = 62+4+142=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E048E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E048E is #C1FB71. Grayscale: #242424. Windows color (decimal): -12712818 or 9307198. OLE color: 9307198.

HSL color Cylindrical-coordinate representation of color #3E048E: hue angle of 265.22º 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 #3E048E is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 62 4 142 -
CMYK 0.56 0.97 0 0.44
HSL 265.22º 0.95% 0.29% -
HSV(B) 265.22º 0.97% 0.56% -
XYZ 6.91 3.06 25.82 -
YUV 37.07 187.22 145.78 -
System Red Green Blue C M Y K H S L
Decimal 62 4 142 0.56 0.97 0 0.44 265.22 0.95 0.29
Hex 3E 4 8E 38 61 0 2C 109 5F 1D
Octal 76 4 216 70 141 0 54 411 137 35
Binary 111110 100 10001110 111000 1100001 0 101100 100001001 1011111 11101

Color Harmonies of #3E048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E048E

Black with #3E048E

Text Example


Text Example

White with #3E048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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