Html Css Color HEX #3D1AE0 Han Purple

📋 copy color: '#3D1AE0'

red 61 ◦ green 26 ◦ blue 224

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

Shades of Han Purple #3D1AE0

Tints of Han Purple #3D1AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 72.03%

R = 19.61%
G = 8.36%
B = 72.03%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3D1AE0 (or 0x3D1AE0) is known color: Han Purple. HEX triplet: 3D, 1A and E0. RGB value is (61,26,224). Sum of RGB (Red+Green+Blue) = 61+26+224=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 224 (87.89% from 255 or 72.03% from 311); Max value from RGB is 224 - color contains mainly: blue. Hex color #3D1AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1AE0 is #C2E51F. Grayscale: #3A3A3A. Windows color (decimal): -12772640 or 14686781. OLE color: 14686781.

HSL color Cylindrical-coordinate representation of color #3D1AE0: hue angle of 250.61º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D1AE0 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 61 26 224 -
CMYK 0.73 0.88 0 0.12
HSL 250.61º 0.79% 0.49% -
HSV(B) 250.61º 0.88% 0.88% -
XYZ 15.75 7.11 71.06 -
YUV 59.04 221.1 129.4 -
System Red Green Blue C M Y K H S L
Decimal 61 26 224 0.73 0.88 0 0.12 250.61 0.79 0.49
Hex 3D 1A E0 49 58 0 C FB 4F 31
Octal 75 32 340 111 130 0 14 373 117 61
Binary 111101 11010 11100000 1001001 1011000 0 1100 11111011 1001111 110001

Color Harmonies of #3D1AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1AE0

Black with #3D1AE0

Text Example


Text Example

White with #3D1AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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