Html Css Color HEX #3E0095 Indigo

📋 copy color: '#3E0095'

red 62 ◦ green 0 ◦ blue 149

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

Shades of Indigo #3E0095

Tints of Indigo #3E0095

RGB

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

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

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

R = 29.38%
G = 0%
B = 70.62%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3E0095 (or 0x3E0095) is known color: Indigo. HEX triplet: 3E, 00 and 95. RGB value is (62,0,149). Sum of RGB (Red+Green+Blue) = 62+0+149=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E0095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0095 is #C1FF6A. Grayscale: #222222. Windows color (decimal): -12713835 or 9764926. OLE color: 9764926.

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

Color convert

RGB 62 0 149 -
CMYK 0.58 1 0 0.42
HSL 264.97º 1% 0.29% -
HSV(B) 264.97º 1% 0.58% -
XYZ 7.41 3.19 28.66 -
YUV 35.52 192.04 146.88 -
System Red Green Blue C M Y K H S L
Decimal 62 0 149 0.58 1 0 0.42 264.97 1 0.29
Hex 3E 0 95 3A 64 0 2A 109 64 1D
Octal 76 0 225 72 144 0 52 411 144 35
Binary 111110 0 10010101 111010 1100100 0 101010 100001001 1100100 11101

Color Harmonies of #3E0095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0095

Black with #3E0095

Text Example


Text Example

White with #3E0095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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