Html Css Color HEX #3E036C Indigo

📋 copy color: '#3E036C'

red 62 ◦ green 3 ◦ blue 108

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

Shades of Indigo #3E036C

Tints of Indigo #3E036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.73%

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

R = 35.84%
G = 1.73%
B = 62.43%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3E036C (or 0x3E036C) is known color: Indigo. HEX triplet: 3E, 03 and 6C. RGB value is (62,3,108). Sum of RGB (Red+Green+Blue) = 62+3+108=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E036C is #C1FC93. Grayscale: #202020. Windows color (decimal): -12713108 or 7078718. OLE color: 7078718.

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

Color convert

RGB 62 3 108 -
CMYK 0.43 0.97 0 0.58
HSL 273.71º 0.95% 0.22% -
HSV(B) 273.71º 0.97% 0.42% -
XYZ 4.73 2.17 14.36 -
YUV 32.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 62 3 108 0.43 0.97 0 0.58 273.71 0.95 0.22
Hex 3E 3 6C 2B 61 0 3A 112 5F 16
Octal 76 3 154 53 141 0 72 422 137 26
Binary 111110 11 1101100 101011 1100001 0 111010 100010010 1011111 10110

Color Harmonies of #3E036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E036C

Black with #3E036C

Text Example


Text Example

White with #3E036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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