Html Css Color HEX #3E0198 Indigo

📋 copy color: '#3E0198'

red 62 ◦ green 1 ◦ blue 152

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

Shades of Indigo #3E0198

Tints of Indigo #3E0198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 70.7%

R = 28.84%
G = 0.47%
B = 70.7%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3E0198 (or 0x3E0198) is known color: Indigo. HEX triplet: 3E, 01 and 98. RGB value is (62,1,152). Sum of RGB (Red+Green+Blue) = 62+1+152=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 152 (59.77% from 255 or 70.70% from 215); Max value from RGB is 152 - color contains mainly: blue. Hex color #3E0198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0198 is #C1FE67. Grayscale: #232323. Windows color (decimal): -12713576 or 9961790. OLE color: 9961790.

HSL color Cylindrical-coordinate representation of color #3E0198: hue angle of 264.24º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E0198 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 62 1 152 -
CMYK 0.59 0.99 0 0.40
HSL 264.24º 0.99% 0.3% -
HSV(B) 264.24º 0.99% 0.6% -
XYZ 7.66 3.31 29.94 -
YUV 36.45 193.21 146.22 -
System Red Green Blue C M Y K H S L
Decimal 62 1 152 0.59 0.99 0 0.40 264.24 0.99 0.3
Hex 3E 1 98 3B 63 0 28 108 63 1E
Octal 76 1 230 73 143 0 50 410 143 36
Binary 111110 1 10011000 111011 1100011 0 101000 100001000 1100011 11110

Color Harmonies of #3E0198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0198

Black with #3E0198

Text Example


Text Example

White with #3E0198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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