Html Css Color HEX #4412D2 Han Purple

📋 copy color: '#4412D2'

red 68 ◦ green 18 ◦ blue 210

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

Shades of Han Purple #4412D2

Tints of Han Purple #4412D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 70.95%

R = 22.97%
G = 6.08%
B = 70.95%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4412D2 (or 0x4412D2) is known color: Han Purple. HEX triplet: 44, 12 and D2. RGB value is (68,18,210). Sum of RGB (Red+Green+Blue) = 68+18+210=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 210 (82.42% from 255 or 70.95% from 296); Max value from RGB is 210 - color contains mainly: blue. Hex color #4412D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4412D2 is #BBED2D. Grayscale: #363636. Windows color (decimal): -12315950 or 13767236. OLE color: 13767236.

HSL color Cylindrical-coordinate representation of color #4412D2: hue angle of 255.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4412D2 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 68 18 210 -
CMYK 0.68 0.91 0 0.18
HSL 255.63º 0.84% 0.45% -
HSV(B) 255.63º 0.91% 0.82% -
XYZ 14.23 6.31 61.44 -
YUV 54.84 215.57 137.39 -
System Red Green Blue C M Y K H S L
Decimal 68 18 210 0.68 0.91 0 0.18 255.63 0.84 0.45
Hex 44 12 D2 44 5B 0 12 100 54 2D
Octal 104 22 322 104 133 0 22 400 124 55
Binary 1000100 10010 11010010 1000100 1011011 0 10010 100000000 1010100 101101

Color Harmonies of #4412D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4412D2

Black with #4412D2

Text Example


Text Example

White with #4412D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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