Html Css Color HEX #3E008D Indigo

📋 copy color: '#3E008D'

red 62 ◦ green 0 ◦ blue 141

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

Shades of Indigo #3E008D

Tints of Indigo #3E008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 69.46%

R = 30.54%
G = 0%
B = 69.46%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E008D (or 0x3E008D) is known color: Indigo. HEX triplet: 3E, 00 and 8D. RGB value is (62,0,141). Sum of RGB (Red+Green+Blue) = 62+0+141=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E008D is #C1FF72. Grayscale: #222222. Windows color (decimal): -12713843 or 9240638. OLE color: 9240638.

HSL color Cylindrical-coordinate representation of color #3E008D: hue angle of 266.38º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E008D is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 0 141 -
CMYK 0.56 1 0 0.45
HSL 266.38º 1% 0.28% -
HSV(B) 266.38º 1% 0.55% -
XYZ 6.79 2.95 25.41 -
YUV 34.61 188.04 147.54 -
System Red Green Blue C M Y K H S L
Decimal 62 0 141 0.56 1 0 0.45 266.38 1 0.28
Hex 3E 0 8D 38 64 0 2D 10A 64 1C
Octal 76 0 215 70 144 0 55 412 144 34
Binary 111110 0 10001101 111000 1100100 0 101101 100001010 1100100 11100

Color Harmonies of #3E008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E008D

Black with #3E008D

Text Example


Text Example

White with #3E008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,0,141); }

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

background-color css

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

 a { background-color: rgb(62,0,141); }

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

border-color css

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

 span { border-color: rgb(62,0,141); }

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