Html Css Color HEX #4433DD Han Purple

📋 copy color: '#4433DD'

red 68 ◦ green 51 ◦ blue 221

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

Shades of Han Purple #4433DD

Tints of Han Purple #4433DD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15%

 BLUE value IS 221 (86.72% from 255) = 65%

R = 20%
G = 15%
B = 65%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4433DD (or 0x4433DD) is known color: Han Purple. HEX triplet: 44, 33 and DD. RGB value is (68,51,221). Sum of RGB (Red+Green+Blue) = 68+51+221=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #4433DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4433DD is #BBCC22. Grayscale: #4A4A4A. Windows color (decimal): -12307491 or 14496580. OLE color: 14496580.

HSL color Cylindrical-coordinate representation of color #4433DD: hue angle of 246º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4433DD is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 51 221 -
CMYK 0.69 0.77 0 0.13
HSL 246º 0.71% 0.53% -
HSV(B) 246º 0.77% 0.87% -
XYZ 16.62 8.82 69.23 -
YUV 75.46 210.13 122.68 -
System Red Green Blue C M Y K H S L
Decimal 68 51 221 0.69 0.77 0 0.13 246 0.71 0.53
Hex 44 33 DD 45 4D 0 D F6 47 35
Octal 104 63 335 105 115 0 15 366 107 65
Binary 1000100 110011 11011101 1000101 1001101 0 1101 11110110 1000111 110101

Color Harmonies of #4433DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4433DD

Black with #4433DD

Text Example


Text Example

White with #4433DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4433DD; }

 p { color: rgb(68,51,221); }

 H1.HeaderClassName
 {
   color: #4433DD;
 }
 .AnyTagClassName
 {
   color: #4433DD;
 }
</style>

background-color css

<style>
 a { background-color: #4433DD; }

 a { background-color: rgb(68,51,221); }

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

border-color css

<style>
 span { border-color: #4433DD; }

 span { border-color: rgb(68,51,221); }

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