Html Css Color HEX #4412DB Han Purple

📋 copy color: '#4412DB'

red 68 ◦ green 18 ◦ blue 219

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

Shades of Han Purple #4412DB

Tints of Han Purple #4412DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.9%

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

R = 22.3%
G = 5.9%
B = 71.8%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4412DB (or 0x4412DB) is known color: Han Purple. HEX triplet: 44, 12 and DB. RGB value is (68,18,219). Sum of RGB (Red+Green+Blue) = 68+18+219=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #4412DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4412DB is #BBED24. Grayscale: #373737. Windows color (decimal): -12315941 or 14357060. OLE color: 14357060.

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

Color convert

RGB 68 18 219 -
CMYK 0.69 0.92 0 0.14
HSL 254.93º 0.85% 0.46% -
HSV(B) 254.93º 0.92% 0.86% -
XYZ 15.39 6.78 67.51 -
YUV 55.86 220.07 136.66 -
System Red Green Blue C M Y K H S L
Decimal 68 18 219 0.69 0.92 0 0.14 254.93 0.85 0.46
Hex 44 12 DB 45 5C 0 E FF 55 2E
Octal 104 22 333 105 134 0 16 377 125 56
Binary 1000100 10010 11011011 1000101 1011100 0 1110 11111111 1010101 101110

Color Harmonies of #4412DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4412DB

Black with #4412DB

Text Example


Text Example

White with #4412DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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