Html Css Color HEX #4418D8 Han Purple

📋 copy color: '#4418D8'

red 68 ◦ green 24 ◦ blue 216

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

Shades of Han Purple #4418D8

Tints of Han Purple #4418D8

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.79%

 BLUE value IS 216 (84.77% from 255) = 70.13%

R = 22.08%
G = 7.79%
B = 70.13%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4418D8 (or 0x4418D8) is known color: Han Purple. HEX triplet: 44, 18 and D8. RGB value is (68,24,216). Sum of RGB (Red+Green+Blue) = 68+24+216=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 216 (84.77% from 255 or 70.13% from 308); Max value from RGB is 216 - color contains mainly: blue. Hex color #4418D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4418D8 is #BBE727. Grayscale: #3A3A3A. Windows color (decimal): -12314408 or 14161988. OLE color: 14161988.

HSL color Cylindrical-coordinate representation of color #4418D8: hue angle of 253.75º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4418D8 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 24 216 -
CMYK 0.69 0.89 0 0.15
HSL 253.75º 0.8% 0.47% -
HSV(B) 253.75º 0.89% 0.85% -
XYZ 15.11 6.84 65.49 -
YUV 59.04 216.58 134.39 -
System Red Green Blue C M Y K H S L
Decimal 68 24 216 0.69 0.89 0 0.15 253.75 0.8 0.47
Hex 44 18 D8 45 59 0 F FE 50 2F
Octal 104 30 330 105 131 0 17 376 120 57
Binary 1000100 11000 11011000 1000101 1011001 0 1111 11111110 1010000 101111

Color Harmonies of #4418D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4418D8

Black with #4418D8

Text Example


Text Example

White with #4418D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4418D8; }

 p { color: rgb(68,24,216); }

 H1.HeaderClassName
 {
   color: #4418D8;
 }
 .AnyTagClassName
 {
   color: #4418D8;
 }
</style>

background-color css

<style>
 a { background-color: #4418D8; }

 a { background-color: rgb(68,24,216); }

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

border-color css

<style>
 span { border-color: #4418D8; }

 span { border-color: rgb(68,24,216); }

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