Html Css Color HEX #3E038D Indigo

📋 copy color: '#3E038D'

red 62 ◦ green 3 ◦ blue 141

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

Shades of Indigo #3E038D

Tints of Indigo #3E038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 30.1%
G = 1.46%
B = 68.45%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E038D (or 0x3E038D) is known color: Indigo. HEX triplet: 3E, 03 and 8D. RGB value is (62,3,141). Sum of RGB (Red+Green+Blue) = 62+3+141=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E038D is #C1FC72. Grayscale: #232323. Windows color (decimal): -12713075 or 9241406. OLE color: 9241406.

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

Color convert

RGB 62 3 141 -
CMYK 0.56 0.98 0 0.45
HSL 265.65º 0.96% 0.28% -
HSV(B) 265.65º 0.98% 0.55% -
XYZ 6.83 3.01 25.42 -
YUV 36.37 187.05 146.28 -
System Red Green Blue C M Y K H S L
Decimal 62 3 141 0.56 0.98 0 0.45 265.65 0.96 0.28
Hex 3E 3 8D 38 62 0 2D 10A 60 1C
Octal 76 3 215 70 142 0 55 412 140 34
Binary 111110 11 10001101 111000 1100010 0 101101 100001010 1100000 11100

Color Harmonies of #3E038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E038D

Black with #3E038D

Text Example


Text Example

White with #3E038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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