Html Css Color HEX #3D1EDF Han Purple

📋 copy color: '#3D1EDF'

red 61 ◦ green 30 ◦ blue 223

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

Shades of Han Purple #3D1EDF

Tints of Han Purple #3D1EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.55%

 BLUE value IS 223 (87.5% from 255) = 71.02%

R = 19.43%
G = 9.55%
B = 71.02%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D1EDF (or 0x3D1EDF) is known color: Han Purple. HEX triplet: 3D, 1E and DF. RGB value is (61,30,223). Sum of RGB (Red+Green+Blue) = 61+30+223=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D1EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1EDF is #C2E120. Grayscale: #3C3C3C. Windows color (decimal): -12771617 or 14622269. OLE color: 14622269.

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

Color convert

RGB 61 30 223 -
CMYK 0.73 0.87 0 0.13
HSL 249.64º 0.76% 0.5% -
HSV(B) 249.64º 0.87% 0.87% -
XYZ 15.71 7.25 70.38 -
YUV 61.27 219.27 127.81 -
System Red Green Blue C M Y K H S L
Decimal 61 30 223 0.73 0.87 0 0.13 249.64 0.76 0.5
Hex 3D 1E DF 49 57 0 D FA 4C 32
Octal 75 36 337 111 127 0 15 372 114 62
Binary 111101 11110 11011111 1001001 1010111 0 1101 11111010 1001100 110010

Color Harmonies of #3D1EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1EDF

Black with #3D1EDF

Text Example


Text Example

White with #3D1EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,30,223); }

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

background-color css

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

 a { background-color: rgb(61,30,223); }

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

border-color css

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

 span { border-color: rgb(61,30,223); }

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