Html Css Color HEX #3D1FFD Han Purple

📋 copy color: '#3D1FFD'

red 61 ◦ green 31 ◦ blue 253

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

Shades of Han Purple #3D1FFD

Tints of Han Purple #3D1FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.99%

 BLUE value IS 253 (99.22% from 255) = 73.33%

R = 17.68%
G = 8.99%
B = 73.33%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3D1FFD (or 0x3D1FFD) is known color: Han Purple. HEX triplet: 3D, 1F and FD. RGB value is (61,31,253). Sum of RGB (Red+Green+Blue) = 61+31+253=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #3D1FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D1FFD is #C2E002. Grayscale: #404040. Windows color (decimal): -12771331 or 16588605. OLE color: 16588605.

HSL color Cylindrical-coordinate representation of color #3D1FFD: hue angle of 248.11º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D1FFD is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 61 31 253 -
CMYK 0.76 0.88 0 0.01
HSL 248.11º 0.98% 0.56% -
HSV(B) 248.11º 0.88% 0.99% -
XYZ 20.14 9.06 93.62 -
YUV 65.28 233.94 124.95 -
System Red Green Blue C M Y K H S L
Decimal 61 31 253 0.76 0.88 0 0.01 248.11 0.98 0.56
Hex 3D 1F FD 4C 58 0 1 F8 62 38
Octal 75 37 375 114 130 0 1 370 142 70
Binary 111101 11111 11111101 1001100 1011000 0 1 11111000 1100010 111000

Color Harmonies of #3D1FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1FFD

Black with #3D1FFD

Text Example


Text Example

White with #3D1FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,31,253); }

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

background-color css

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

 a { background-color: rgb(61,31,253); }

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

border-color css

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

 span { border-color: rgb(61,31,253); }

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