Html Css Color HEX #440AED Han Purple

📋 copy color: '#440AED'

red 68 ◦ green 10 ◦ blue 237

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

Shades of Han Purple #440AED

Tints of Han Purple #440AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.17%

 BLUE value IS 237 (92.97% from 255) = 75.24%

R = 21.59%
G = 3.17%
B = 75.24%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#440AED (or 0x440AED) is known color: Han Purple. HEX triplet: 44, 0A and ED. RGB value is (68,10,237). Sum of RGB (Red+Green+Blue) = 68+10+237=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #440AED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440AED is #BBF512. Grayscale: #343434. Windows color (decimal): -12317971 or 15534660. OLE color: 15534660.

HSL color Cylindrical-coordinate representation of color #440AED: hue angle of 255.33º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440AED is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 10 237 -
CMYK 0.71 0.96 0 0.07
HSL 255.33º 0.92% 0.48% -
HSV(B) 255.33º 0.96% 0.93% -
XYZ 17.78 7.56 80.64 -
YUV 53.22 231.72 138.54 -
System Red Green Blue C M Y K H S L
Decimal 68 10 237 0.71 0.96 0 0.07 255.33 0.92 0.48
Hex 44 A ED 47 60 0 7 FF 5C 30
Octal 104 12 355 107 140 0 7 377 134 60
Binary 1000100 1010 11101101 1000111 1100000 0 111 11111111 1011100 110000

Color Harmonies of #440AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440AED

Black with #440AED

Text Example


Text Example

White with #440AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440AED; }

 p { color: rgb(68,10,237); }

 H1.HeaderClassName
 {
   color: #440AED;
 }
 .AnyTagClassName
 {
   color: #440AED;
 }
</style>

background-color css

<style>
 a { background-color: #440AED; }

 a { background-color: rgb(68,10,237); }

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

border-color css

<style>
 span { border-color: #440AED; }

 span { border-color: rgb(68,10,237); }

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