Html Css Color HEX #4412DF Han Purple

📋 copy color: '#4412DF'

red 68 ◦ green 18 ◦ blue 223

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

Shades of Han Purple #4412DF

Tints of Han Purple #4412DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.17%

R = 22.01%
G = 5.83%
B = 72.17%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4412DF (or 0x4412DF) is known color: Han Purple. HEX triplet: 44, 12 and DF. RGB value is (68,18,223). Sum of RGB (Red+Green+Blue) = 68+18+223=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #4412DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4412DF is #BBED20. Grayscale: #373737. Windows color (decimal): -12315937 or 14619204. OLE color: 14619204.

HSL color Cylindrical-coordinate representation of color #4412DF: hue angle of 254.63º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4412DF is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 18 223 -
CMYK 0.70 0.92 0 0.13
HSL 254.63º 0.85% 0.47% -
HSV(B) 254.63º 0.92% 0.87% -
XYZ 15.92 6.99 70.32 -
YUV 56.32 222.07 136.33 -
System Red Green Blue C M Y K H S L
Decimal 68 18 223 0.70 0.92 0 0.13 254.63 0.85 0.47
Hex 44 12 DF 46 5C 0 D FF 55 2F
Octal 104 22 337 106 134 0 15 377 125 57
Binary 1000100 10010 11011111 1000110 1011100 0 1101 11111111 1010101 101111

Color Harmonies of #4412DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4412DF

Black with #4412DF

Text Example


Text Example

White with #4412DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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