Html Css Color HEX #3E0261 Indigo

📋 copy color: '#3E0261'

red 62 ◦ green 2 ◦ blue 97

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

Shades of Indigo #3E0261

Tints of Indigo #3E0261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 60.25%

R = 38.51%
G = 1.24%
B = 60.25%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E0261 (or 0x3E0261) is known color: Indigo. HEX triplet: 3E, 02 and 61. RGB value is (62,2,97). Sum of RGB (Red+Green+Blue) = 62+2+97=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 97 (38.28% from 255 or 60.25% from 161); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E0261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0261 is #C1FD9E. Grayscale: #1E1E1E. Windows color (decimal): -12713375 or 6357566. OLE color: 6357566.

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

Color convert

RGB 62 2 97 -
CMYK 0.36 0.98 0 0.62
HSL 277.89º 0.96% 0.19% -
HSV(B) 277.89º 0.98% 0.38% -
XYZ 4.17 1.93 11.46 -
YUV 30.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 62 2 97 0.36 0.98 0 0.62 277.89 0.96 0.19
Hex 3E 2 61 24 62 0 3E 116 60 13
Octal 76 2 141 44 142 0 76 426 140 23
Binary 111110 10 1100001 100100 1100010 0 111110 100010110 1100000 10011

Color Harmonies of #3E0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0261

Black with #3E0261

Text Example


Text Example

White with #3E0261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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