Html Css Color HEX #3D2DDD Han Purple

📋 copy color: '#3D2DDD'

red 61 ◦ green 45 ◦ blue 221

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

Shades of Han Purple #3D2DDD

Tints of Han Purple #3D2DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.76%

 BLUE value IS 221 (86.72% from 255) = 67.58%

R = 18.65%
G = 13.76%
B = 67.58%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D2DDD (or 0x3D2DDD) is known color: Han Purple. HEX triplet: 3D, 2D and DD. RGB value is (61,45,221). Sum of RGB (Red+Green+Blue) = 61+45+221=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D2DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2DDD is #C2D222. Grayscale: #454545. Windows color (decimal): -12767779 or 14495037. OLE color: 14495037.

HSL color Cylindrical-coordinate representation of color #3D2DDD: hue angle of 245.45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D2DDD is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 45 221 -
CMYK 0.72 0.80 0 0.13
HSL 245.45º 0.72% 0.52% -
HSV(B) 245.45º 0.8% 0.87% -
XYZ 15.91 8.09 69.13 -
YUV 69.85 213.3 121.69 -
System Red Green Blue C M Y K H S L
Decimal 61 45 221 0.72 0.80 0 0.13 245.45 0.72 0.52
Hex 3D 2D DD 48 50 0 D F5 48 34
Octal 75 55 335 110 120 0 15 365 110 64
Binary 111101 101101 11011101 1001000 1010000 0 1101 11110101 1001000 110100

Color Harmonies of #3D2DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2DDD

Black with #3D2DDD

Text Example


Text Example

White with #3D2DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,45,221); }

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

background-color css

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

 a { background-color: rgb(61,45,221); }

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

border-color css

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

 span { border-color: rgb(61,45,221); }

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