Html Css Color HEX #4401EA Han Purple

📋 copy color: '#4401EA'

red 68 ◦ green 1 ◦ blue 234

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

Shades of Han Purple #4401EA

Tints of Han Purple #4401EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 77.23%

R = 22.44%
G = 0.33%
B = 77.23%

CMYK

 C value IS 0.71

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4401EA (or 0x4401EA) is known color: Han Purple. HEX triplet: 44, 01 and EA. RGB value is (68,1,234). Sum of RGB (Red+Green+Blue) = 68+1+234=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 234 (91.80% from 255 or 77.23% from 303); Max value from RGB is 234 - color contains mainly: blue. Hex color #4401EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4401EA is #BBFE15. Grayscale: #2E2E2E. Windows color (decimal): -12320278 or 15335748. OLE color: 15335748.

HSL color Cylindrical-coordinate representation of color #4401EA: hue angle of 257.25º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4401EA is Cyan = 0.71, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 1 234 -
CMYK 0.71 1.00 0 0.08
HSL 257.25º 0.99% 0.46% -
HSV(B) 257.25º 1% 0.92% -
XYZ 17.25 7.19 78.32 -
YUV 47.6 233.2 142.55 -
System Red Green Blue C M Y K H S L
Decimal 68 1 234 0.71 1.00 0 0.08 257.25 0.99 0.46
Hex 44 1 EA 47 64 0 8 101 63 2E
Octal 104 1 352 107 144 0 10 401 143 56
Binary 1000100 1 11101010 1000111 1100100 0 1000 100000001 1100011 101110

Color Harmonies of #4401EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4401EA

Black with #4401EA

Text Example


Text Example

White with #4401EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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