Html Css Color HEX #3D1CDD Han Purple

📋 copy color: '#3D1CDD'

red 61 ◦ green 28 ◦ blue 221

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

Shades of Han Purple #3D1CDD

Tints of Han Purple #3D1CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.03%

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

R = 19.68%
G = 9.03%
B = 71.29%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D1CDD (or 0x3D1CDD) is known color: Han Purple. HEX triplet: 3D, 1C and DD. RGB value is (61,28,221). Sum of RGB (Red+Green+Blue) = 61+28+221=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D1CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1CDD is #C2E322. Grayscale: #3B3B3B. Windows color (decimal): -12772131 or 14490685. OLE color: 14490685.

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

Color convert

RGB 61 28 221 -
CMYK 0.72 0.87 0 0.13
HSL 250.26º 0.78% 0.49% -
HSV(B) 250.26º 0.87% 0.87% -
XYZ 15.39 7.04 68.95 -
YUV 59.87 218.93 128.81 -
System Red Green Blue C M Y K H S L
Decimal 61 28 221 0.72 0.87 0 0.13 250.26 0.78 0.49
Hex 3D 1C DD 48 57 0 D FA 4E 31
Octal 75 34 335 110 127 0 15 372 116 61
Binary 111101 11100 11011101 1001000 1010111 0 1101 11111010 1001110 110001

Color Harmonies of #3D1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1CDD

Black with #3D1CDD

Text Example


Text Example

White with #3D1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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