Html Css Color HEX #3E1756 Jagger

📋 copy color: '#3E1756'

red 62 ◦ green 23 ◦ blue 86

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

Shades of Jagger #3E1756

Tints of Jagger #3E1756

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

 BLUE value IS 86 (33.98% from 255) = 50.29%

R = 36.26%
G = 13.45%
B = 50.29%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3E1756 (or 0x3E1756) is known color: Jagger. HEX triplet: 3E, 17 and 56. RGB value is (62,23,86). Sum of RGB (Red+Green+Blue) = 62+23+86=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E1756 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1756 is #C1E8A9. Grayscale: #292929. Windows color (decimal): -12708010 or 5642046. OLE color: 5642046.

HSL color Cylindrical-coordinate representation of color #3E1756: hue angle of 277.14º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E1756 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 62 23 86 -
CMYK 0.28 0.73 0 0.66
HSL 277.14º 0.58% 0.21% -
HSV(B) 277.14º 0.73% 0.34% -
XYZ 3.97 2.31 9.04 -
YUV 41.84 152.92 142.38 -
System Red Green Blue C M Y K H S L
Decimal 62 23 86 0.28 0.73 0 0.66 277.14 0.58 0.21
Hex 3E 17 56 1C 49 0 42 115 3A 15
Octal 76 27 126 34 111 0 102 425 72 25
Binary 111110 10111 1010110 11100 1001001 0 1000010 100010101 111010 10101

Color Harmonies of #3E1756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1756

Black with #3E1756

Text Example


Text Example

White with #3E1756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,23,86); }

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

background-color css

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

 a { background-color: rgb(62,23,86); }

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

border-color css

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

 span { border-color: rgb(62,23,86); }

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