Html Css Color HEX #4401CA Han Purple

📋 copy color: '#4401CA'

red 68 ◦ green 1 ◦ blue 202

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

Shades of Han Purple #4401CA

Tints of Han Purple #4401CA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 202 (79.3% from 255) = 74.54%

R = 25.09%
G = 0.37%
B = 74.54%

CMYK

 C value IS 0.66

 M value IS 1.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4401CA (or 0x4401CA) is known color: Han Purple. HEX triplet: 44, 01 and CA. RGB value is (68,1,202). Sum of RGB (Red+Green+Blue) = 68+1+202=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 202 (79.30% from 255 or 74.54% from 271); Max value from RGB is 202 - color contains mainly: blue. Hex color #4401CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4401CA is #BBFE35. Grayscale: #2B2B2B. Windows color (decimal): -12320310 or 13238596. OLE color: 13238596.

HSL color Cylindrical-coordinate representation of color #4401CA: hue angle of 260º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4401CA is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 1 202 -
CMYK 0.66 1.00 0 0.21
HSL 260º 0.99% 0.4% -
HSV(B) 260º 1% 0.79% -
XYZ 13.06 5.51 56.25 -
YUV 43.95 217.2 145.16 -
System Red Green Blue C M Y K H S L
Decimal 68 1 202 0.66 1.00 0 0.21 260 0.99 0.4
Hex 44 1 CA 42 64 0 15 104 63 28
Octal 104 1 312 102 144 0 25 404 143 50
Binary 1000100 1 11001010 1000010 1100100 0 10101 100000100 1100011 101000

Color Harmonies of #4401CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4401CA

Black with #4401CA

Text Example


Text Example

White with #4401CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4401CA; }

 p { color: rgb(68,1,202); }

 H1.HeaderClassName
 {
   color: #4401CA;
 }
 .AnyTagClassName
 {
   color: #4401CA;
 }
</style>

background-color css

<style>
 a { background-color: #4401CA; }

 a { background-color: rgb(68,1,202); }

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

border-color css

<style>
 span { border-color: #4401CA; }

 span { border-color: rgb(68,1,202); }

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