Html Css Color HEX #3D2B52 Jagger

📋 copy color: '#3D2B52'

red 61 ◦ green 43 ◦ blue 82

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

Shades of Jagger #3D2B52

Tints of Jagger #3D2B52

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.12%

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

R = 32.8%
G = 23.12%
B = 44.09%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3D2B52 (or 0x3D2B52) is known color: Jagger. HEX triplet: 3D, 2B and 52. RGB value is (61,43,82). Sum of RGB (Red+Green+Blue) = 61+43+82=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 82 - color contains mainly: blue. Hex color #3D2B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2B52 is #C2D4AD. Grayscale: #343434. Windows color (decimal): -12768430 or 5385021. OLE color: 5385021.

HSL color Cylindrical-coordinate representation of color #3D2B52: hue angle of 267.69º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D2B52 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 61 43 82 -
CMYK 0.26 0.48 0 0.68
HSL 267.69º 0.31% 0.25% -
HSV(B) 267.69º 0.48% 0.32% -
XYZ 4.31 3.33 8.4 -
YUV 52.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 61 43 82 0.26 0.48 0 0.68 267.69 0.31 0.25
Hex 3D 2B 52 1A 30 0 44 10C 1F 19
Octal 75 53 122 32 60 0 104 414 37 31
Binary 111101 101011 1010010 11010 110000 0 1000100 100001100 11111 11001

Color Harmonies of #3D2B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2B52

Black with #3D2B52

Text Example


Text Example

White with #3D2B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,43,82); }

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

background-color css

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

 a { background-color: rgb(61,43,82); }

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

border-color css

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

 span { border-color: rgb(61,43,82); }

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