Html Css Color HEX #3E028F Indigo

📋 copy color: '#3E028F'

red 62 ◦ green 2 ◦ blue 143

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

Shades of Indigo #3E028F

Tints of Indigo #3E028F

RGB

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

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

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

R = 29.95%
G = 0.97%
B = 69.08%

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

#3E028F (or 0x3E028F) is known color: Indigo. HEX triplet: 3E, 02 and 8F. RGB value is (62,2,143). Sum of RGB (Red+Green+Blue) = 62+2+143=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 143 (56.25% from 255 or 69.08% from 207); Max value from RGB is 143 - color contains mainly: blue. Hex color #3E028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E028F is #C1FD70. Grayscale: #232323. Windows color (decimal): -12713329 or 9372222. OLE color: 9372222.

HSL color Cylindrical-coordinate representation of color #3E028F: hue angle of 265.53º degrees, saturation: 0.97, 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 #3E028F is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 62 2 143 -
CMYK 0.57 0.99 0 0.44
HSL 265.53º 0.97% 0.28% -
HSV(B) 265.53º 0.99% 0.56% -
XYZ 6.97 3.05 26.21 -
YUV 36.01 188.38 146.54 -
System Red Green Blue C M Y K H S L
Decimal 62 2 143 0.57 0.99 0 0.44 265.53 0.97 0.28
Hex 3E 2 8F 39 63 0 2C 10A 61 1C
Octal 76 2 217 71 143 0 54 412 141 34
Binary 111110 10 10001111 111001 1100011 0 101100 100001010 1100001 11100

Color Harmonies of #3E028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E028F

Black with #3E028F

Text Example


Text Example

White with #3E028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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