Html Css Color HEX #3D1CDB Han Purple

📋 copy color: '#3D1CDB'

red 61 ◦ green 28 ◦ blue 219

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

Shades of Han Purple #3D1CDB

Tints of Han Purple #3D1CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 71.1%

R = 19.81%
G = 9.09%
B = 71.1%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D1CDB (or 0x3D1CDB) is known color: Han Purple. HEX triplet: 3D, 1C and DB. RGB value is (61,28,219). Sum of RGB (Red+Green+Blue) = 61+28+219=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D1CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1CDB is #C2E324. Grayscale: #3A3A3A. Windows color (decimal): -12772133 or 14359613. OLE color: 14359613.

HSL color Cylindrical-coordinate representation of color #3D1CDB: hue angle of 250.37º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D1CDB is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 28 219 -
CMYK 0.72 0.87 0 0.14
HSL 250.37º 0.77% 0.48% -
HSV(B) 250.37º 0.87% 0.86% -
XYZ 15.13 6.94 67.56 -
YUV 59.64 217.93 128.97 -
System Red Green Blue C M Y K H S L
Decimal 61 28 219 0.72 0.87 0 0.14 250.37 0.77 0.48
Hex 3D 1C DB 48 57 0 E FA 4D 30
Octal 75 34 333 110 127 0 16 372 115 60
Binary 111101 11100 11011011 1001000 1010111 0 1110 11111010 1001101 110000

Color Harmonies of #3D1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1CDB

Black with #3D1CDB

Text Example


Text Example

White with #3D1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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