Html Css Color HEX #3E00DB Han Purple

📋 copy color: '#3E00DB'

red 62 ◦ green 0 ◦ blue 219

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

Shades of Han Purple #3E00DB

Tints of Han Purple #3E00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.06%
G = 0%
B = 77.94%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3E00DB (or 0x3E00DB) is known color: Han Purple. HEX triplet: 3E, 00 and DB. RGB value is (62,0,219). Sum of RGB (Red+Green+Blue) = 62+0+219=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E00DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E00DB is #C1FF24. Grayscale: #2A2A2A. Windows color (decimal): -12713765 or 14352446. OLE color: 14352446.

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

Color convert

RGB 62 0 219 -
CMYK 0.72 1 0 0.14
HSL 256.99º 1% 0.43% -
HSV(B) 256.99º 1% 0.86% -
XYZ 14.77 6.14 67.42 -
YUV 43.5 227.04 141.19 -
System Red Green Blue C M Y K H S L
Decimal 62 0 219 0.72 1 0 0.14 256.99 1 0.43
Hex 3E 0 DB 48 64 0 E 101 64 2B
Octal 76 0 333 110 144 0 16 401 144 53
Binary 111110 0 11011011 1001000 1100100 0 1110 100000001 1100100 101011

Color Harmonies of #3E00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E00DB

Black with #3E00DB

Text Example


Text Example

White with #3E00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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