Html Css Color HEX #3D1AF7 Han Purple

📋 copy color: '#3D1AF7'

red 61 ◦ green 26 ◦ blue 247

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

Shades of Han Purple #3D1AF7

Tints of Han Purple #3D1AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 73.95%

R = 18.26%
G = 7.78%
B = 73.95%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3D1AF7 (or 0x3D1AF7) is known color: Han Purple. HEX triplet: 3D, 1A and F7. RGB value is (61,26,247). Sum of RGB (Red+Green+Blue) = 61+26+247=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 247 (96.88% from 255 or 73.95% from 334); Max value from RGB is 247 - color contains mainly: blue. Hex color #3D1AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D1AF7 is #C2E508. Grayscale: #3C3C3C. Windows color (decimal): -12772617 or 16194109. OLE color: 16194109.

HSL color Cylindrical-coordinate representation of color #3D1AF7: hue angle of 249.5º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D1AF7 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 61 26 247 -
CMYK 0.75 0.89 0 0.03
HSL 249.5º 0.93% 0.54% -
HSV(B) 249.5º 0.89% 0.97% -
XYZ 19.08 8.45 88.62 -
YUV 61.66 232.6 127.53 -
System Red Green Blue C M Y K H S L
Decimal 61 26 247 0.75 0.89 0 0.03 249.5 0.93 0.54
Hex 3D 1A F7 4B 59 0 3 FA 5D 36
Octal 75 32 367 113 131 0 3 372 135 66
Binary 111101 11010 11110111 1001011 1011001 0 11 11111010 1011101 110110

Color Harmonies of #3D1AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1AF7

Black with #3D1AF7

Text Example


Text Example

White with #3D1AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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