Html Css Color HEX #3E05DD Han Purple

📋 copy color: '#3E05DD'

red 62 ◦ green 5 ◦ blue 221

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

Shades of Han Purple #3E05DD

Tints of Han Purple #3E05DD

RGB

 RED value IS 62 (24.61% from 255) = 21.53%

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 221 (86.72% from 255) = 76.74%

R = 21.53%
G = 1.74%
B = 76.74%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3E05DD (or 0x3E05DD) is known color: Han Purple. HEX triplet: 3E, 05 and DD. RGB value is (62,5,221). Sum of RGB (Red+Green+Blue) = 62+5+221=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E05DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E05DD is #C1FA22. Grayscale: #2D2D2D. Windows color (decimal): -12712483 or 14484798. OLE color: 14484798.

HSL color Cylindrical-coordinate representation of color #3E05DD: hue angle of 255.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E05DD is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 5 221 -
CMYK 0.72 0.98 0 0.13
HSL 255.83º 0.96% 0.44% -
HSV(B) 255.83º 0.98% 0.87% -
XYZ 15.09 6.35 68.84 -
YUV 46.67 226.38 138.94 -
System Red Green Blue C M Y K H S L
Decimal 62 5 221 0.72 0.98 0 0.13 255.83 0.96 0.44
Hex 3E 5 DD 48 62 0 D 100 60 2C
Octal 76 5 335 110 142 0 15 400 140 54
Binary 111110 101 11011101 1001000 1100010 0 1101 100000000 1100000 101100

Color Harmonies of #3E05DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E05DD

Black with #3E05DD

Text Example


Text Example

White with #3E05DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,5,221); }

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

background-color css

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

 a { background-color: rgb(62,5,221); }

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

border-color css

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

 span { border-color: rgb(62,5,221); }

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