Html Css Color HEX #4224D5 Han Purple

📋 copy color: '#4224D5'

red 66 ◦ green 36 ◦ blue 213

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

Shades of Han Purple #4224D5

Tints of Han Purple #4224D5

RGB

 RED value IS 66 (26.17% from 255) = 20.95%

 GREEN value IS 36 (14.45% from 255) = 11.43%

 BLUE value IS 213 (83.59% from 255) = 67.62%

R = 20.95%
G = 11.43%
B = 67.62%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4224D5 (or 0x4224D5) is known color: Han Purple. HEX triplet: 42, 24 and D5. RGB value is (66,36,213). Sum of RGB (Red+Green+Blue) = 66+36+213=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 213 (83.59% from 255 or 67.62% from 315); Max value from RGB is 213 - color contains mainly: blue. Hex color #4224D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4224D5 is #BDDB2A. Grayscale: #404040. Windows color (decimal): -12442411 or 13968450. OLE color: 13968450.

HSL color Cylindrical-coordinate representation of color #4224D5: hue angle of 250.17º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4224D5 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 36 213 -
CMYK 0.69 0.83 0 0.16
HSL 250.17º 0.71% 0.49% -
HSV(B) 250.17º 0.83% 0.84% -
XYZ 14.89 7.22 63.56 -
YUV 65.15 211.44 128.61 -
System Red Green Blue C M Y K H S L
Decimal 66 36 213 0.69 0.83 0 0.16 250.17 0.71 0.49
Hex 42 24 D5 45 53 0 10 FA 47 31
Octal 102 44 325 105 123 0 20 372 107 61
Binary 1000010 100100 11010101 1000101 1010011 0 10000 11111010 1000111 110001

Color Harmonies of #4224D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4224D5

Black with #4224D5

Text Example


Text Example

White with #4224D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4224D5; }

 p { color: rgb(66,36,213); }

 H1.HeaderClassName
 {
   color: #4224D5;
 }
 .AnyTagClassName
 {
   color: #4224D5;
 }
</style>

background-color css

<style>
 a { background-color: #4224D5; }

 a { background-color: rgb(66,36,213); }

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

border-color css

<style>
 span { border-color: #4224D5; }

 span { border-color: rgb(66,36,213); }

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