Html Css Color HEX #3D1AD0 Han Purple

📋 copy color: '#3D1AD0'

red 61 ◦ green 26 ◦ blue 208

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

Shades of Han Purple #3D1AD0

Tints of Han Purple #3D1AD0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.81%

 BLUE value IS 208 (81.64% from 255) = 70.51%

R = 20.68%
G = 8.81%
B = 70.51%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3D1AD0 (or 0x3D1AD0) is known color: Han Purple. HEX triplet: 3D, 1A and D0. RGB value is (61,26,208). Sum of RGB (Red+Green+Blue) = 61+26+208=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 208 (81.64% from 255 or 70.51% from 295); Max value from RGB is 208 - color contains mainly: blue. Hex color #3D1AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1AD0 is #C2E52F. Grayscale: #383838. Windows color (decimal): -12772656 or 13638205. OLE color: 13638205.

HSL color Cylindrical-coordinate representation of color #3D1AD0: hue angle of 251.54º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D1AD0 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 61 26 208 -
CMYK 0.71 0.88 0 0.18
HSL 251.54º 0.78% 0.46% -
HSV(B) 251.54º 0.88% 0.82% -
XYZ 13.68 6.28 60.17 -
YUV 57.21 213.1 130.7 -
System Red Green Blue C M Y K H S L
Decimal 61 26 208 0.71 0.88 0 0.18 251.54 0.78 0.46
Hex 3D 1A D0 47 58 0 12 FC 4E 2E
Octal 75 32 320 107 130 0 22 374 116 56
Binary 111101 11010 11010000 1000111 1011000 0 10010 11111100 1001110 101110

Color Harmonies of #3D1AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1AD0

Black with #3D1AD0

Text Example


Text Example

White with #3D1AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,26,208); }

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

background-color css

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

 a { background-color: rgb(61,26,208); }

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

border-color css

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

 span { border-color: rgb(61,26,208); }

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