Html Css Color HEX #3E057E Indigo

📋 copy color: '#3E057E'

red 62 ◦ green 5 ◦ blue 126

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

Shades of Indigo #3E057E

Tints of Indigo #3E057E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 65.28%

R = 32.12%
G = 2.59%
B = 65.28%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E057E (or 0x3E057E) is known color: Indigo. HEX triplet: 3E, 05 and 7E. RGB value is (62,5,126). Sum of RGB (Red+Green+Blue) = 62+5+126=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 126 (49.61% from 255 or 65.28% from 193); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E057E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E057E is #C1FA81. Grayscale: #232323. Windows color (decimal): -12712578 or 8258878. OLE color: 8258878.

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

Color convert

RGB 62 5 126 -
CMYK 0.51 0.96 0 0.51
HSL 268.26º 0.92% 0.26% -
HSV(B) 268.26º 0.96% 0.49% -
XYZ 5.81 2.64 19.94 -
YUV 35.84 178.88 146.66 -
System Red Green Blue C M Y K H S L
Decimal 62 5 126 0.51 0.96 0 0.51 268.26 0.92 0.26
Hex 3E 5 7E 33 60 0 33 10C 5C 1A
Octal 76 5 176 63 140 0 63 414 134 32
Binary 111110 101 1111110 110011 1100000 0 110011 100001100 1011100 11010

Color Harmonies of #3E057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E057E

Black with #3E057E

Text Example


Text Example

White with #3E057E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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