Html Css Color HEX #3E0295 Indigo

📋 copy color: '#3E0295'

red 62 ◦ green 2 ◦ blue 149

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

Shades of Indigo #3E0295

Tints of Indigo #3E0295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

 BLUE value IS 149 (58.59% from 255) = 69.95%

R = 29.11%
G = 0.94%
B = 69.95%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3E0295 (or 0x3E0295) is known color: Indigo. HEX triplet: 3E, 02 and 95. RGB value is (62,2,149). Sum of RGB (Red+Green+Blue) = 62+2+149=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E0295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0295 is #C1FD6A. Grayscale: #242424. Windows color (decimal): -12713323 or 9765438. OLE color: 9765438.

HSL color Cylindrical-coordinate representation of color #3E0295: hue angle of 264.49º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E0295 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 62 2 149 -
CMYK 0.58 0.99 0 0.42
HSL 264.49º 0.97% 0.3% -
HSV(B) 264.49º 0.99% 0.58% -
XYZ 7.43 3.24 28.67 -
YUV 36.7 191.38 146.05 -
System Red Green Blue C M Y K H S L
Decimal 62 2 149 0.58 0.99 0 0.42 264.49 0.97 0.3
Hex 3E 2 95 3A 63 0 2A 108 61 1E
Octal 76 2 225 72 143 0 52 410 141 36
Binary 111110 10 10010101 111010 1100011 0 101010 100001000 1100001 11110

Color Harmonies of #3E0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0295

Black with #3E0295

Text Example


Text Example

White with #3E0295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,2,149); }

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

background-color css

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

 a { background-color: rgb(62,2,149); }

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

border-color css

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

 span { border-color: rgb(62,2,149); }

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