Html Css Color HEX #3D1F52 Jagger

📋 copy color: '#3D1F52'

red 61 ◦ green 31 ◦ blue 82

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

Shades of Jagger #3D1F52

Tints of Jagger #3D1F52

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.82%

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

R = 35.06%
G = 17.82%
B = 47.13%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3D1F52 (or 0x3D1F52) is known color: Jagger. HEX triplet: 3D, 1F and 52. RGB value is (61,31,82). Sum of RGB (Red+Green+Blue) = 61+31+82=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #3D1F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1F52 is #C2E0AD. Grayscale: #2D2D2D. Windows color (decimal): -12771502 or 5381949. OLE color: 5381949.

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

Color convert

RGB 61 31 82 -
CMYK 0.26 0.62 0 0.68
HSL 275.29º 0.45% 0.22% -
HSV(B) 275.29º 0.62% 0.32% -
XYZ 3.94 2.58 8.27 -
YUV 45.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 61 31 82 0.26 0.62 0 0.68 275.29 0.45 0.22
Hex 3D 1F 52 1A 3E 0 44 113 2D 16
Octal 75 37 122 32 76 0 104 423 55 26
Binary 111101 11111 1010010 11010 111110 0 1000100 100010011 101101 10110

Color Harmonies of #3D1F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1F52

Black with #3D1F52

Text Example


Text Example

White with #3D1F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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