Html Css Color HEX #3E098D Indigo

📋 copy color: '#3E098D'

red 62 ◦ green 9 ◦ blue 141

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

Shades of Indigo #3E098D

Tints of Indigo #3E098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.25%

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

R = 29.25%
G = 4.25%
B = 66.51%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E098D (or 0x3E098D) is known color: Indigo. HEX triplet: 3E, 09 and 8D. RGB value is (62,9,141). Sum of RGB (Red+Green+Blue) = 62+9+141=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E098D is #C1F672. Grayscale: #272727. Windows color (decimal): -12711539 or 9242942. OLE color: 9242942.

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

Color convert

RGB 62 9 141 -
CMYK 0.56 0.94 0 0.45
HSL 264.09º 0.88% 0.29% -
HSV(B) 264.09º 0.94% 0.55% -
XYZ 6.89 3.14 25.44 -
YUV 39.9 185.06 143.77 -
System Red Green Blue C M Y K H S L
Decimal 62 9 141 0.56 0.94 0 0.45 264.09 0.88 0.29
Hex 3E 9 8D 38 5E 0 2D 108 58 1D
Octal 76 11 215 70 136 0 55 410 130 35
Binary 111110 1001 10001101 111000 1011110 0 101101 100001000 1011000 11101

Color Harmonies of #3E098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E098D

Black with #3E098D

Text Example


Text Example

White with #3E098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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