Html Css Color HEX #3D2C53 Jagger

📋 copy color: '#3D2C53'

red 61 ◦ green 44 ◦ blue 83

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

Shades of Jagger #3D2C53

Tints of Jagger #3D2C53

RGB

 RED value IS 61 (24.22% from 255) = 32.45%

 GREEN value IS 44 (17.58% from 255) = 23.4%

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

R = 32.45%
G = 23.4%
B = 44.15%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3D2C53 (or 0x3D2C53) is known color: Jagger. HEX triplet: 3D, 2C and 53. RGB value is (61,44,83). Sum of RGB (Red+Green+Blue) = 61+44+83=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D2C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2C53 is #C2D3AC. Grayscale: #353535. Windows color (decimal): -12768173 or 5450813. OLE color: 5450813.

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

Color convert

RGB 61 44 83 -
CMYK 0.27 0.47 0 0.67
HSL 266.15º 0.31% 0.25% -
HSV(B) 266.15º 0.47% 0.33% -
XYZ 4.39 3.42 8.61 -
YUV 53.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 61 44 83 0.27 0.47 0 0.67 266.15 0.31 0.25
Hex 3D 2C 53 1B 2F 0 43 10A 1F 19
Octal 75 54 123 33 57 0 103 412 37 31
Binary 111101 101100 1010011 11011 101111 0 1000011 100001010 11111 11001

Color Harmonies of #3D2C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2C53

Black with #3D2C53

Text Example


Text Example

White with #3D2C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,44,83); }

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

background-color css

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

 a { background-color: rgb(61,44,83); }

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

border-color css

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

 span { border-color: rgb(61,44,83); }

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