Html Css Color HEX #3E0696 Indigo

📋 copy color: '#3E0696'

red 62 ◦ green 6 ◦ blue 150

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

Shades of Indigo #3E0696

Tints of Indigo #3E0696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.75%

 BLUE value IS 150 (58.98% from 255) = 68.81%

R = 28.44%
G = 2.75%
B = 68.81%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3E0696 (or 0x3E0696) is known color: Indigo. HEX triplet: 3E, 06 and 96. RGB value is (62,6,150). Sum of RGB (Red+Green+Blue) = 62+6+150=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #3E0696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0696 is #C1F969. Grayscale: #262626. Windows color (decimal): -12712298 or 9831998. OLE color: 9831998.

HSL color Cylindrical-coordinate representation of color #3E0696: hue angle of 263.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E0696 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 62 6 150 -
CMYK 0.59 0.96 0 0.41
HSL 263.33º 0.92% 0.31% -
HSV(B) 263.33º 0.96% 0.59% -
XYZ 7.56 3.36 29.1 -
YUV 39.16 190.55 144.29 -
System Red Green Blue C M Y K H S L
Decimal 62 6 150 0.59 0.96 0 0.41 263.33 0.92 0.31
Hex 3E 6 96 3B 60 0 29 107 5C 1F
Octal 76 6 226 73 140 0 51 407 134 37
Binary 111110 110 10010110 111011 1100000 0 101001 100000111 1011100 11111

Color Harmonies of #3E0696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0696

Black with #3E0696

Text Example


Text Example

White with #3E0696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,6,150); }

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

background-color css

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

 a { background-color: rgb(62,6,150); }

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

border-color css

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

 span { border-color: rgb(62,6,150); }

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