Html Css Color HEX #4430E0 Han Purple

📋 copy color: '#4430E0'

red 68 ◦ green 48 ◦ blue 224

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

Shades of Han Purple #4430E0

Tints of Han Purple #4430E0

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.12%

 BLUE value IS 224 (87.89% from 255) = 65.88%

R = 20%
G = 14.12%
B = 65.88%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4430E0 (or 0x4430E0) is known color: Han Purple. HEX triplet: 44, 30 and E0. RGB value is (68,48,224). Sum of RGB (Red+Green+Blue) = 68+48+224=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #4430E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4430E0 is #BBCF1F. Grayscale: #494949. Windows color (decimal): -12308256 or 14692420. OLE color: 14692420.

HSL color Cylindrical-coordinate representation of color #4430E0: hue angle of 246.82º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4430E0 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 48 224 -
CMYK 0.70 0.79 0 0.12
HSL 246.82º 0.74% 0.53% -
HSV(B) 246.82º 0.79% 0.88% -
XYZ 16.9 8.72 71.31 -
YUV 74.04 212.63 123.69 -
System Red Green Blue C M Y K H S L
Decimal 68 48 224 0.70 0.79 0 0.12 246.82 0.74 0.53
Hex 44 30 E0 46 4F 0 C F7 4A 35
Octal 104 60 340 106 117 0 14 367 112 65
Binary 1000100 110000 11100000 1000110 1001111 0 1100 11110111 1001010 110101

Color Harmonies of #4430E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4430E0

Black with #4430E0

Text Example


Text Example

White with #4430E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4430E0; }

 p { color: rgb(68,48,224); }

 H1.HeaderClassName
 {
   color: #4430E0;
 }
 .AnyTagClassName
 {
   color: #4430E0;
 }
</style>

background-color css

<style>
 a { background-color: #4430E0; }

 a { background-color: rgb(68,48,224); }

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

border-color css

<style>
 span { border-color: #4430E0; }

 span { border-color: rgb(68,48,224); }

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