Html Css Color HEX #3E025F Indigo

📋 copy color: '#3E025F'

red 62 ◦ green 2 ◦ blue 95

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

Shades of Indigo #3E025F

Tints of Indigo #3E025F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

 BLUE value IS 95 (37.5% from 255) = 59.75%

R = 38.99%
G = 1.26%
B = 59.75%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3E025F (or 0x3E025F) is known color: Indigo. HEX triplet: 3E, 02 and 5F. RGB value is (62,2,95). Sum of RGB (Red+Green+Blue) = 62+2+95=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 95 (37.5% from 255 or 59.75% from 159); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E025F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E025F is #C1FDA0. Grayscale: #1E1E1E. Windows color (decimal): -12713377 or 6226494. OLE color: 6226494.

HSL color Cylindrical-coordinate representation of color #3E025F: hue angle of 278.71º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E025F is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 62 2 95 -
CMYK 0.35 0.98 0 0.63
HSL 278.71º 0.96% 0.19% -
HSV(B) 278.71º 0.98% 0.37% -
XYZ 4.07 1.89 10.98 -
YUV 30.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 62 2 95 0.35 0.98 0 0.63 278.71 0.96 0.19
Hex 3E 2 5F 23 62 0 3F 117 60 13
Octal 76 2 137 43 142 0 77 427 140 23
Binary 111110 10 1011111 100011 1100010 0 111111 100010111 1100000 10011

Color Harmonies of #3E025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E025F

Black with #3E025F

Text Example


Text Example

White with #3E025F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,2,95); }

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

background-color css

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

 a { background-color: rgb(62,2,95); }

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

border-color css

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

 span { border-color: rgb(62,2,95); }

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