Html Css Color HEX #3E254A Jagger

📋 copy color: '#3E254A'

red 62 ◦ green 37 ◦ blue 74

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

Shades of Jagger #3E254A

Tints of Jagger #3E254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.39%

 BLUE value IS 74 (29.3% from 255) = 42.77%

R = 35.84%
G = 21.39%
B = 42.77%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3E254A (or 0x3E254A) is known color: Jagger. HEX triplet: 3E, 25 and 4A. RGB value is (62,37,74). Sum of RGB (Red+Green+Blue) = 62+37+74=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #3E254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E254A is #C1DAB5. Grayscale: #303030. Windows color (decimal): -12704438 or 4859198. OLE color: 4859198.

HSL color Cylindrical-coordinate representation of color #3E254A: hue angle of 280.54º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E254A is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 37 74 -
CMYK 0.16 0.50 0 0.71
HSL 280.54º 0.33% 0.22% -
HSV(B) 280.54º 0.5% 0.29% -
XYZ 3.88 2.84 6.82 -
YUV 48.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 62 37 74 0.16 0.50 0 0.71 280.54 0.33 0.22
Hex 3E 25 4A 10 32 0 47 119 21 16
Octal 76 45 112 20 62 0 107 431 41 26
Binary 111110 100101 1001010 10000 110010 0 1000111 100011001 100001 10110

Color Harmonies of #3E254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E254A

Black with #3E254A

Text Example


Text Example

White with #3E254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,37,74); }

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

background-color css

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

 a { background-color: rgb(62,37,74); }

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

border-color css

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

 span { border-color: rgb(62,37,74); }

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