Html Css Color HEX #3E018F Indigo

📋 copy color: '#3E018F'

red 62 ◦ green 1 ◦ blue 143

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

Shades of Indigo #3E018F

Tints of Indigo #3E018F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 143 (56.25% from 255) = 69.42%

R = 30.1%
G = 0.49%
B = 69.42%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E018F (or 0x3E018F) is known color: Indigo. HEX triplet: 3E, 01 and 8F. RGB value is (62,1,143). Sum of RGB (Red+Green+Blue) = 62+1+143=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 143 (56.25% from 255 or 69.42% from 206); Max value from RGB is 143 - color contains mainly: blue. Hex color #3E018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E018F is #C1FE70. Grayscale: #222222. Windows color (decimal): -12713585 or 9371966. OLE color: 9371966.

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

Color convert

RGB 62 1 143 -
CMYK 0.57 0.99 0 0.44
HSL 265.77º 0.99% 0.28% -
HSV(B) 265.77º 0.99% 0.56% -
XYZ 6.96 3.03 26.2 -
YUV 35.43 188.71 146.95 -
System Red Green Blue C M Y K H S L
Decimal 62 1 143 0.57 0.99 0 0.44 265.77 0.99 0.28
Hex 3E 1 8F 39 63 0 2C 10A 63 1C
Octal 76 1 217 71 143 0 54 412 143 34
Binary 111110 1 10001111 111001 1100011 0 101100 100001010 1100011 11100

Color Harmonies of #3E018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E018F

Black with #3E018F

Text Example


Text Example

White with #3E018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,1,143); }

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

background-color css

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

 a { background-color: rgb(62,1,143); }

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

border-color css

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

 span { border-color: rgb(62,1,143); }

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