Html Css Color HEX #440ACD Han Purple

📋 copy color: '#440ACD'

red 68 ◦ green 10 ◦ blue 205

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

Shades of Han Purple #440ACD

Tints of Han Purple #440ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 72.44%

R = 24.03%
G = 3.53%
B = 72.44%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#440ACD (or 0x440ACD) is known color: Han Purple. HEX triplet: 44, 0A and CD. RGB value is (68,10,205). Sum of RGB (Red+Green+Blue) = 68+10+205=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #440ACD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ACD is #BBF532. Grayscale: #303030. Windows color (decimal): -12318003 or 13437508. OLE color: 13437508.

HSL color Cylindrical-coordinate representation of color #440ACD: hue angle of 257.85º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440ACD is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 10 205 -
CMYK 0.67 0.95 0 0.20
HSL 257.85º 0.91% 0.42% -
HSV(B) 257.85º 0.95% 0.8% -
XYZ 13.51 5.85 58.18 -
YUV 49.57 215.72 141.14 -
System Red Green Blue C M Y K H S L
Decimal 68 10 205 0.67 0.95 0 0.20 257.85 0.91 0.42
Hex 44 A CD 43 5F 0 14 102 5B 2A
Octal 104 12 315 103 137 0 24 402 133 52
Binary 1000100 1010 11001101 1000011 1011111 0 10100 100000010 1011011 101010

Color Harmonies of #440ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440ACD

Black with #440ACD

Text Example


Text Example

White with #440ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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