Html Css Color HEX #3D1AEE Han Purple

📋 copy color: '#3D1AEE'

red 61 ◦ green 26 ◦ blue 238

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

Shades of Han Purple #3D1AEE

Tints of Han Purple #3D1AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 73.23%

R = 18.77%
G = 8%
B = 73.23%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3D1AEE (or 0x3D1AEE) is known color: Han Purple. HEX triplet: 3D, 1A and EE. RGB value is (61,26,238). Sum of RGB (Red+Green+Blue) = 61+26+238=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 238 (93.36% from 255 or 73.23% from 325); Max value from RGB is 238 - color contains mainly: blue. Hex color #3D1AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D1AEE is #C2E511. Grayscale: #3B3B3B. Windows color (decimal): -12772626 or 15604285. OLE color: 15604285.

HSL color Cylindrical-coordinate representation of color #3D1AEE: hue angle of 249.91º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D1AEE is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 26 238 -
CMYK 0.74 0.89 0 0.07
HSL 249.91º 0.86% 0.52% -
HSV(B) 249.91º 0.89% 0.93% -
XYZ 17.73 7.9 81.48 -
YUV 60.63 228.1 128.26 -
System Red Green Blue C M Y K H S L
Decimal 61 26 238 0.74 0.89 0 0.07 249.91 0.86 0.52
Hex 3D 1A EE 4A 59 0 7 FA 56 34
Octal 75 32 356 112 131 0 7 372 126 64
Binary 111101 11010 11101110 1001010 1011001 0 111 11111010 1010110 110100

Color Harmonies of #3D1AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1AEE

Black with #3D1AEE

Text Example


Text Example

White with #3D1AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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