Html Css Color HEX #3E0475 Indigo

📋 copy color: '#3E0475'

red 62 ◦ green 4 ◦ blue 117

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

Shades of Indigo #3E0475

Tints of Indigo #3E0475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 63.93%

R = 33.88%
G = 2.19%
B = 63.93%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3E0475 (or 0x3E0475) is known color: Indigo. HEX triplet: 3E, 04 and 75. RGB value is (62,4,117). Sum of RGB (Red+Green+Blue) = 62+4+117=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E0475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0475 is #C1FB8A. Grayscale: #212121. Windows color (decimal): -12712843 or 7668798. OLE color: 7668798.

HSL color Cylindrical-coordinate representation of color #3E0475: hue angle of 270.8º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0475 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 62 4 117 -
CMYK 0.47 0.97 0 0.54
HSL 270.8º 0.93% 0.24% -
HSV(B) 270.8º 0.97% 0.46% -
XYZ 5.24 2.4 17.02 -
YUV 34.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 62 4 117 0.47 0.97 0 0.54 270.8 0.93 0.24
Hex 3E 4 75 2F 61 0 36 10F 5D 18
Octal 76 4 165 57 141 0 66 417 135 30
Binary 111110 100 1110101 101111 1100001 0 110110 100001111 1011101 11000

Color Harmonies of #3E0475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0475

Black with #3E0475

Text Example


Text Example

White with #3E0475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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