Html Css Color HEX #3E1755 Jagger

📋 copy color: '#3E1755'

red 62 ◦ green 23 ◦ blue 85

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

Shades of Jagger #3E1755

Tints of Jagger #3E1755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.53%

 BLUE value IS 85 (33.59% from 255) = 50%

R = 36.47%
G = 13.53%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3E1755 (or 0x3E1755) is known color: Jagger. HEX triplet: 3E, 17 and 55. RGB value is (62,23,85). Sum of RGB (Red+Green+Blue) = 62+23+85=170 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.47% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E1755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1755 is #C1E8AA. Grayscale: #292929. Windows color (decimal): -12708011 or 5576510. OLE color: 5576510.

HSL color Cylindrical-coordinate representation of color #3E1755: hue angle of 277.74º degrees, saturation: 0.57, 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 #3E1755 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 23 85 -
CMYK 0.27 0.73 0 0.67
HSL 277.74º 0.57% 0.21% -
HSV(B) 277.74º 0.73% 0.33% -
XYZ 3.93 2.29 8.83 -
YUV 41.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 62 23 85 0.27 0.73 0 0.67 277.74 0.57 0.21
Hex 3E 17 55 1B 49 0 43 116 39 15
Octal 76 27 125 33 111 0 103 426 71 25
Binary 111110 10111 1010101 11011 1001001 0 1000011 100010110 111001 10101

Color Harmonies of #3E1755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1755

Black with #3E1755

Text Example


Text Example

White with #3E1755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,23,85); }

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

background-color css

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

 a { background-color: rgb(62,23,85); }

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

border-color css

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

 span { border-color: rgb(62,23,85); }

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