Html Css Color HEX #4413DB Han Purple

📋 copy color: '#4413DB'

red 68 ◦ green 19 ◦ blue 219

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

Shades of Han Purple #4413DB

Tints of Han Purple #4413DB

RGB

 RED value IS 68 (26.95% from 255) = 22.22%

 GREEN value IS 19 (7.81% from 255) = 6.21%

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

R = 22.22%
G = 6.21%
B = 71.57%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4413DB (or 0x4413DB) is known color: Han Purple. HEX triplet: 44, 13 and DB. RGB value is (68,19,219). Sum of RGB (Red+Green+Blue) = 68+19+219=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #4413DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4413DB is #BBEC24. Grayscale: #373737. Windows color (decimal): -12315685 or 14357316. OLE color: 14357316.

HSL color Cylindrical-coordinate representation of color #4413DB: hue angle of 254.7º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4413DB is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 19 219 -
CMYK 0.69 0.91 0 0.14
HSL 254.7º 0.84% 0.47% -
HSV(B) 254.7º 0.91% 0.86% -
XYZ 15.4 6.81 67.52 -
YUV 56.45 219.73 136.24 -
System Red Green Blue C M Y K H S L
Decimal 68 19 219 0.69 0.91 0 0.14 254.7 0.84 0.47
Hex 44 13 DB 45 5B 0 E FF 54 2F
Octal 104 23 333 105 133 0 16 377 124 57
Binary 1000100 10011 11011011 1000101 1011011 0 1110 11111111 1010100 101111

Color Harmonies of #4413DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4413DB

Black with #4413DB

Text Example


Text Example

White with #4413DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4413DB; }

 p { color: rgb(68,19,219); }

 H1.HeaderClassName
 {
   color: #4413DB;
 }
 .AnyTagClassName
 {
   color: #4413DB;
 }
</style>

background-color css

<style>
 a { background-color: #4413DB; }

 a { background-color: rgb(68,19,219); }

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

border-color css

<style>
 span { border-color: #4413DB; }

 span { border-color: rgb(68,19,219); }

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