Html Css Color HEX #4415DB Han Purple

📋 copy color: '#4415DB'

red 68 ◦ green 21 ◦ blue 219

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

Shades of Han Purple #4415DB

Tints of Han Purple #4415DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.82%

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

R = 22.08%
G = 6.82%
B = 71.1%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4415DB (or 0x4415DB) is known color: Han Purple. HEX triplet: 44, 15 and DB. RGB value is (68,21,219). Sum of RGB (Red+Green+Blue) = 68+21+219=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #4415DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4415DB is #BBEA24. Grayscale: #383838. Windows color (decimal): -12315173 or 14357828. OLE color: 14357828.

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

Color convert

RGB 68 21 219 -
CMYK 0.69 0.90 0 0.14
HSL 254.24º 0.83% 0.47% -
HSV(B) 254.24º 0.9% 0.86% -
XYZ 15.44 6.88 67.53 -
YUV 57.63 219.07 135.4 -
System Red Green Blue C M Y K H S L
Decimal 68 21 219 0.69 0.90 0 0.14 254.24 0.83 0.47
Hex 44 15 DB 45 5A 0 E FE 52 2F
Octal 104 25 333 105 132 0 16 376 122 57
Binary 1000100 10101 11011011 1000101 1011010 0 1110 11111110 1010010 101111

Color Harmonies of #4415DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4415DB

Black with #4415DB

Text Example


Text Example

White with #4415DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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