Html Css Color HEX #3E0193 Indigo

📋 copy color: '#3E0193'

red 62 ◦ green 1 ◦ blue 147

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

Shades of Indigo #3E0193

Tints of Indigo #3E0193

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 147 (57.81% from 255) = 70%

R = 29.52%
G = 0.48%
B = 70%

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

#3E0193 (or 0x3E0193) is known color: Indigo. HEX triplet: 3E, 01 and 93. RGB value is (62,1,147). Sum of RGB (Red+Green+Blue) = 62+1+147=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E0193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0193 is #C1FE6C. Grayscale: #232323. Windows color (decimal): -12713581 or 9634110. OLE color: 9634110.

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

Color convert

RGB 62 1 147 -
CMYK 0.58 0.99 0 0.42
HSL 265.07º 0.99% 0.29% -
HSV(B) 265.07º 0.99% 0.58% -
XYZ 7.26 3.15 27.83 -
YUV 35.88 190.71 146.63 -
System Red Green Blue C M Y K H S L
Decimal 62 1 147 0.58 0.99 0 0.42 265.07 0.99 0.29
Hex 3E 1 93 3A 63 0 2A 109 63 1D
Octal 76 1 223 72 143 0 52 411 143 35
Binary 111110 1 10010011 111010 1100011 0 101010 100001001 1100011 11101

Color Harmonies of #3E0193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0193

Black with #3E0193

Text Example


Text Example

White with #3E0193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,1,147); }

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

background-color css

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

 a { background-color: rgb(62,1,147); }

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

border-color css

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

 span { border-color: rgb(62,1,147); }

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