Html Css Color HEX #3E0360 Indigo

📋 copy color: '#3E0360'

red 62 ◦ green 3 ◦ blue 96

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

Shades of Indigo #3E0360

Tints of Indigo #3E0360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

 BLUE value IS 96 (37.89% from 255) = 59.63%

R = 38.51%
G = 1.86%
B = 59.63%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E0360 (or 0x3E0360) is known color: Indigo. HEX triplet: 3E, 03 and 60. RGB value is (62,3,96). Sum of RGB (Red+Green+Blue) = 62+3+96=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E0360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0360 is #C1FC9F. Grayscale: #1E1E1E. Windows color (decimal): -12713120 or 6292286. OLE color: 6292286.

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

Color convert

RGB 62 3 96 -
CMYK 0.35 0.97 0 0.62
HSL 278.06º 0.94% 0.19% -
HSV(B) 278.06º 0.97% 0.38% -
XYZ 4.13 1.93 11.22 -
YUV 31.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 62 3 96 0.35 0.97 0 0.62 278.06 0.94 0.19
Hex 3E 3 60 23 61 0 3E 116 5E 13
Octal 76 3 140 43 141 0 76 426 136 23
Binary 111110 11 1100000 100011 1100001 0 111110 100010110 1011110 10011

Color Harmonies of #3E0360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0360

Black with #3E0360

Text Example


Text Example

White with #3E0360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,3,96); }

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

background-color css

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

 a { background-color: rgb(62,3,96); }

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

border-color css

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

 span { border-color: rgb(62,3,96); }

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