Html Css Color HEX #3E056F Indigo

📋 copy color: '#3E056F'

red 62 ◦ green 5 ◦ blue 111

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

Shades of Indigo #3E056F

Tints of Indigo #3E056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.81%

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

R = 34.83%
G = 2.81%
B = 62.36%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3E056F (or 0x3E056F) is known color: Indigo. HEX triplet: 3E, 05 and 6F. RGB value is (62,5,111). Sum of RGB (Red+Green+Blue) = 62+5+111=178 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.83% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #3E056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E056F is #C1FA90. Grayscale: #212121. Windows color (decimal): -12712593 or 7275838. OLE color: 7275838.

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

Color convert

RGB 62 5 111 -
CMYK 0.44 0.95 0 0.56
HSL 272.26º 0.91% 0.23% -
HSV(B) 272.26º 0.95% 0.44% -
XYZ 4.91 2.28 15.22 -
YUV 34.13 171.38 147.88 -
System Red Green Blue C M Y K H S L
Decimal 62 5 111 0.44 0.95 0 0.56 272.26 0.91 0.23
Hex 3E 5 6F 2C 5F 0 38 110 5B 17
Octal 76 5 157 54 137 0 70 420 133 27
Binary 111110 101 1101111 101100 1011111 0 111000 100010000 1011011 10111

Color Harmonies of #3E056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E056F

Black with #3E056F

Text Example


Text Example

White with #3E056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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