Html Css Color HEX #3E2252 Jagger

📋 copy color: '#3E2252'

red 62 ◦ green 34 ◦ blue 82

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

Shades of Jagger #3E2252

Tints of Jagger #3E2252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.1%

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

R = 34.83%
G = 19.1%
B = 46.07%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3E2252 (or 0x3E2252) is known color: Jagger. HEX triplet: 3E, 22 and 52. RGB value is (62,34,82). Sum of RGB (Red+Green+Blue) = 62+34+82=178 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.83% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E2252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2252 is #C1DDAD. Grayscale: #2F2F2F. Windows color (decimal): -12705198 or 5382718. OLE color: 5382718.

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

Color convert

RGB 62 34 82 -
CMYK 0.24 0.59 0 0.68
HSL 275º 0.41% 0.23% -
HSV(B) 275º 0.59% 0.32% -
XYZ 4.08 2.78 8.3 -
YUV 47.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 62 34 82 0.24 0.59 0 0.68 275 0.41 0.23
Hex 3E 22 52 18 3B 0 44 113 29 17
Octal 76 42 122 30 73 0 104 423 51 27
Binary 111110 100010 1010010 11000 111011 0 1000100 100010011 101001 10111

Color Harmonies of #3E2252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2252

Black with #3E2252

Text Example


Text Example

White with #3E2252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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