Html Css Color HEX #4408CC Han Purple

📋 copy color: '#4408CC'

red 68 ◦ green 8 ◦ blue 204

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

Shades of Han Purple #4408CC

Tints of Han Purple #4408CC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.86%

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

R = 24.29%
G = 2.86%
B = 72.86%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4408CC (or 0x4408CC) is known color: Han Purple. HEX triplet: 44, 08 and CC. RGB value is (68,8,204). Sum of RGB (Red+Green+Blue) = 68+8+204=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #4408CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4408CC is #BBF733. Grayscale: #2F2F2F. Windows color (decimal): -12318516 or 13371460. OLE color: 13371460.

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

Color convert

RGB 68 8 204 -
CMYK 0.67 0.96 0 0.2
HSL 258.37º 0.92% 0.42% -
HSV(B) 258.37º 0.96% 0.8% -
XYZ 13.37 5.76 57.53 -
YUV 48.28 215.88 142.06 -
System Red Green Blue C M Y K H S L
Decimal 68 8 204 0.67 0.96 0 0.2 258.37 0.92 0.42
Hex 44 8 CC 43 60 0 14 102 5C 2A
Octal 104 10 314 103 140 0 24 402 134 52
Binary 1000100 1000 11001100 1000011 1100000 0 10100 100000010 1011100 101010

Color Harmonies of #4408CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4408CC

Black with #4408CC

Text Example


Text Example

White with #4408CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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