Html Css Color HEX #3E1553 Jagger

📋 copy color: '#3E1553'

red 62 ◦ green 21 ◦ blue 83

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

Shades of Jagger #3E1553

Tints of Jagger #3E1553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.65%

 BLUE value IS 83 (32.81% from 255) = 50%

R = 37.35%
G = 12.65%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3E1553 (or 0x3E1553) is known color: Jagger. HEX triplet: 3E, 15 and 53. RGB value is (62,21,83). Sum of RGB (Red+Green+Blue) = 62+21+83=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E1553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1553 is #C1EAAC. Grayscale: #282828. Windows color (decimal): -12708525 or 5444926. OLE color: 5444926.

HSL color Cylindrical-coordinate representation of color #3E1553: hue angle of 279.68º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E1553 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 21 83 -
CMYK 0.25 0.75 0 0.67
HSL 279.68º 0.6% 0.2% -
HSV(B) 279.68º 0.75% 0.33% -
XYZ 3.82 2.18 8.4 -
YUV 40.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 62 21 83 0.25 0.75 0 0.67 279.68 0.6 0.2
Hex 3E 15 53 19 4B 0 43 118 3C 14
Octal 76 25 123 31 113 0 103 430 74 24
Binary 111110 10101 1010011 11001 1001011 0 1000011 100011000 111100 10100

Color Harmonies of #3E1553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1553

Black with #3E1553

Text Example


Text Example

White with #3E1553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,21,83); }

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

background-color css

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

 a { background-color: rgb(62,21,83); }

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

border-color css

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

 span { border-color: rgb(62,21,83); }

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