Html Css Color HEX #4402CC Han Purple

📋 copy color: '#4402CC'

red 68 ◦ green 2 ◦ blue 204

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

Shades of Han Purple #4402CC

Tints of Han Purple #4402CC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 204 (80.08% from 255) = 74.45%

R = 24.82%
G = 0.73%
B = 74.45%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4402CC (or 0x4402CC) is known color: Han Purple. HEX triplet: 44, 02 and CC. RGB value is (68,2,204). Sum of RGB (Red+Green+Blue) = 68+2+204=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #4402CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4402CC is #BBFD33. Grayscale: #2C2C2C. Windows color (decimal): -12320052 or 13369924. OLE color: 13369924.

HSL color Cylindrical-coordinate representation of color #4402CC: hue angle of 259.6º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4402CC is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 2 204 -
CMYK 0.67 0.99 0 0.2
HSL 259.6º 0.98% 0.4% -
HSV(B) 259.6º 0.99% 0.8% -
XYZ 13.3 5.63 57.51 -
YUV 44.76 217.87 144.57 -
System Red Green Blue C M Y K H S L
Decimal 68 2 204 0.67 0.99 0 0.2 259.6 0.98 0.4
Hex 44 2 CC 43 63 0 14 104 62 28
Octal 104 2 314 103 143 0 24 404 142 50
Binary 1000100 10 11001100 1000011 1100011 0 10100 100000100 1100010 101000

Color Harmonies of #4402CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4402CC

Black with #4402CC

Text Example


Text Example

White with #4402CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4402CC; }

 p { color: rgb(68,2,204); }

 H1.HeaderClassName
 {
   color: #4402CC;
 }
 .AnyTagClassName
 {
   color: #4402CC;
 }
</style>

background-color css

<style>
 a { background-color: #4402CC; }

 a { background-color: rgb(68,2,204); }

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

border-color css

<style>
 span { border-color: #4402CC; }

 span { border-color: rgb(68,2,204); }

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