Html Css Color HEX #3E05DB Han Purple

📋 copy color: '#3E05DB'

red 62 ◦ green 5 ◦ blue 219

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

Shades of Han Purple #3E05DB

Tints of Han Purple #3E05DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 76.57%

R = 21.68%
G = 1.75%
B = 76.57%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3E05DB (or 0x3E05DB) is known color: Han Purple. HEX triplet: 3E, 05 and DB. RGB value is (62,5,219). Sum of RGB (Red+Green+Blue) = 62+5+219=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E05DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E05DB is #C1FA24. Grayscale: #2D2D2D. Windows color (decimal): -12712485 or 14353726. OLE color: 14353726.

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

Color convert

RGB 62 5 219 -
CMYK 0.72 0.98 0 0.14
HSL 255.98º 0.96% 0.44% -
HSV(B) 255.98º 0.98% 0.86% -
XYZ 14.83 6.25 67.44 -
YUV 46.44 225.38 139.1 -
System Red Green Blue C M Y K H S L
Decimal 62 5 219 0.72 0.98 0 0.14 255.98 0.96 0.44
Hex 3E 5 DB 48 62 0 E 100 60 2C
Octal 76 5 333 110 142 0 16 400 140 54
Binary 111110 101 11011011 1001000 1100010 0 1110 100000000 1100000 101100

Color Harmonies of #3E05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E05DB

Black with #3E05DB

Text Example


Text Example

White with #3E05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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