Html Css Color HEX #3E036F Indigo

📋 copy color: '#3E036F'

red 62 ◦ green 3 ◦ blue 111

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

Shades of Indigo #3E036F

Tints of Indigo #3E036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 63.07%

R = 35.23%
G = 1.7%
B = 63.07%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3E036F (or 0x3E036F) is known color: Indigo. HEX triplet: 3E, 03 and 6F. RGB value is (62,3,111). Sum of RGB (Red+Green+Blue) = 62+3+111=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 111 (43.75% from 255 or 63.07% from 176); Max value from RGB is 111 - color contains mainly: blue. Hex color #3E036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E036F is #C1FC90. Grayscale: #202020. Windows color (decimal): -12713105 or 7275326. OLE color: 7275326.

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

Color convert

RGB 62 3 111 -
CMYK 0.44 0.97 0 0.56
HSL 272.78º 0.95% 0.22% -
HSV(B) 272.78º 0.97% 0.44% -
XYZ 4.89 2.24 15.21 -
YUV 32.95 172.05 148.72 -
System Red Green Blue C M Y K H S L
Decimal 62 3 111 0.44 0.97 0 0.56 272.78 0.95 0.22
Hex 3E 3 6F 2C 61 0 38 111 5F 16
Octal 76 3 157 54 141 0 70 421 137 26
Binary 111110 11 1101111 101100 1100001 0 111000 100010001 1011111 10110

Color Harmonies of #3E036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E036F

Black with #3E036F

Text Example


Text Example

White with #3E036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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