Html Css Color HEX #3D1DF1 Han Purple

📋 copy color: '#3D1DF1'

red 61 ◦ green 29 ◦ blue 241

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

Shades of Han Purple #3D1DF1

Tints of Han Purple #3D1DF1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.76%

 BLUE value IS 241 (94.53% from 255) = 72.81%

R = 18.43%
G = 8.76%
B = 72.81%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3D1DF1 (or 0x3D1DF1) is known color: Han Purple. HEX triplet: 3D, 1D and F1. RGB value is (61,29,241). Sum of RGB (Red+Green+Blue) = 61+29+241=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 241 (94.53% from 255 or 72.81% from 331); Max value from RGB is 241 - color contains mainly: blue. Hex color #3D1DF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D1DF1 is #C2E20E. Grayscale: #3D3D3D. Windows color (decimal): -12771855 or 15801661. OLE color: 15801661.

HSL color Cylindrical-coordinate representation of color #3D1DF1: hue angle of 249.06º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D1DF1 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 61 29 241 -
CMYK 0.75 0.88 0 0.05
HSL 249.06º 0.88% 0.53% -
HSV(B) 249.06º 0.88% 0.95% -
XYZ 18.24 8.22 83.84 -
YUV 62.74 228.6 126.76 -
System Red Green Blue C M Y K H S L
Decimal 61 29 241 0.75 0.88 0 0.05 249.06 0.88 0.53
Hex 3D 1D F1 4B 58 0 5 F9 58 35
Octal 75 35 361 113 130 0 5 371 130 65
Binary 111101 11101 11110001 1001011 1011000 0 101 11111001 1011000 110101

Color Harmonies of #3D1DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1DF1

Black with #3D1DF1

Text Example


Text Example

White with #3D1DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,29,241); }

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

background-color css

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

 a { background-color: rgb(61,29,241); }

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

border-color css

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

 span { border-color: rgb(61,29,241); }

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