Html Css Color HEX #3E1653 Jagger

📋 copy color: '#3E1653'

red 62 ◦ green 22 ◦ blue 83

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

Shades of Jagger #3E1653

Tints of Jagger #3E1653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.17%

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

R = 37.13%
G = 13.17%
B = 49.7%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3E1653 (or 0x3E1653) is known color: Jagger. HEX triplet: 3E, 16 and 53. RGB value is (62,22,83). Sum of RGB (Red+Green+Blue) = 62+22+83=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E1653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1653 is #C1E9AC. Grayscale: #282828. Windows color (decimal): -12708269 or 5445182. OLE color: 5445182.

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

Color convert

RGB 62 22 83 -
CMYK 0.25 0.73 0 0.67
HSL 279.34º 0.58% 0.21% -
HSV(B) 279.34º 0.73% 0.33% -
XYZ 3.83 2.22 8.41 -
YUV 40.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 62 22 83 0.25 0.73 0 0.67 279.34 0.58 0.21
Hex 3E 16 53 19 49 0 43 117 3A 15
Octal 76 26 123 31 111 0 103 427 72 25
Binary 111110 10110 1010011 11001 1001001 0 1000011 100010111 111010 10101

Color Harmonies of #3E1653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1653

Black with #3E1653

Text Example


Text Example

White with #3E1653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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