Html Css Color HEX #3E2852 Jagger

📋 copy color: '#3E2852'

red 62 ◦ green 40 ◦ blue 82

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

Shades of Jagger #3E2852

Tints of Jagger #3E2852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.74%

 BLUE value IS 82 (32.42% from 255) = 44.57%

R = 33.7%
G = 21.74%
B = 44.57%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3E2852 (or 0x3E2852) is known color: Jagger. HEX triplet: 3E, 28 and 52. RGB value is (62,40,82). Sum of RGB (Red+Green+Blue) = 62+40+82=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E2852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2852 is #C1D7AD. Grayscale: #333333. Windows color (decimal): -12703662 or 5384254. OLE color: 5384254.

HSL color Cylindrical-coordinate representation of color #3E2852: hue angle of 271.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E2852 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 62 40 82 -
CMYK 0.24 0.51 0 0.68
HSL 271.43º 0.34% 0.24% -
HSV(B) 271.43º 0.51% 0.32% -
XYZ 4.27 3.15 8.37 -
YUV 51.37 145.29 135.58 -
System Red Green Blue C M Y K H S L
Decimal 62 40 82 0.24 0.51 0 0.68 271.43 0.34 0.24
Hex 3E 28 52 18 33 0 44 10F 22 18
Octal 76 50 122 30 63 0 104 417 42 30
Binary 111110 101000 1010010 11000 110011 0 1000100 100001111 100010 11000

Color Harmonies of #3E2852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2852

Black with #3E2852

Text Example


Text Example

White with #3E2852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,40,82); }

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

background-color css

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

 a { background-color: rgb(62,40,82); }

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

border-color css

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

 span { border-color: rgb(62,40,82); }

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