Html Css Color HEX #4430DC Han Purple

📋 copy color: '#4430DC'

red 68 ◦ green 48 ◦ blue 220

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

Shades of Han Purple #4430DC

Tints of Han Purple #4430DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.48%

R = 20.24%
G = 14.29%
B = 65.48%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4430DC (or 0x4430DC) is known color: Han Purple. HEX triplet: 44, 30 and DC. RGB value is (68,48,220). Sum of RGB (Red+Green+Blue) = 68+48+220=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #4430DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4430DC is #BBCF23. Grayscale: #484848. Windows color (decimal): -12308260 or 14430276. OLE color: 14430276.

HSL color Cylindrical-coordinate representation of color #4430DC: hue angle of 246.98º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4430DC is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 48 220 -
CMYK 0.69 0.78 0 0.14
HSL 246.98º 0.71% 0.53% -
HSV(B) 246.98º 0.78% 0.86% -
XYZ 16.36 8.51 68.49 -
YUV 73.59 210.63 124.01 -
System Red Green Blue C M Y K H S L
Decimal 68 48 220 0.69 0.78 0 0.14 246.98 0.71 0.53
Hex 44 30 DC 45 4E 0 E F7 47 35
Octal 104 60 334 105 116 0 16 367 107 65
Binary 1000100 110000 11011100 1000101 1001110 0 1110 11110111 1000111 110101

Color Harmonies of #4430DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4430DC

Black with #4430DC

Text Example


Text Example

White with #4430DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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