Html Css Color HEX #3E046C Indigo

📋 copy color: '#3E046C'

red 62 ◦ green 4 ◦ blue 108

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

Shades of Indigo #3E046C

Tints of Indigo #3E046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

 BLUE value IS 108 (42.58% from 255) = 62.07%

R = 35.63%
G = 2.3%
B = 62.07%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3E046C (or 0x3E046C) is known color: Indigo. HEX triplet: 3E, 04 and 6C. RGB value is (62,4,108). Sum of RGB (Red+Green+Blue) = 62+4+108=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E046C is #C1FB93. Grayscale: #202020. Windows color (decimal): -12712852 or 7078974. OLE color: 7078974.

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

Color convert

RGB 62 4 108 -
CMYK 0.43 0.96 0 0.58
HSL 273.46º 0.93% 0.22% -
HSV(B) 273.46º 0.96% 0.42% -
XYZ 4.74 2.19 14.36 -
YUV 33.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 62 4 108 0.43 0.96 0 0.58 273.46 0.93 0.22
Hex 3E 4 6C 2B 60 0 3A 111 5D 16
Octal 76 4 154 53 140 0 72 421 135 26
Binary 111110 100 1101100 101011 1100000 0 111010 100010001 1011101 10110

Color Harmonies of #3E046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E046C

Black with #3E046C

Text Example


Text Example

White with #3E046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,4,108); }

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

background-color css

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

 a { background-color: rgb(62,4,108); }

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

border-color css

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

 span { border-color: rgb(62,4,108); }

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