Html Css Color HEX #440CF5 Han Purple

📋 copy color: '#440CF5'

red 68 ◦ green 12 ◦ blue 245

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

Shades of Han Purple #440CF5

Tints of Han Purple #440CF5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.69%

 BLUE value IS 245 (96.09% from 255) = 75.38%

R = 20.92%
G = 3.69%
B = 75.38%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#440CF5 (or 0x440CF5) is known color: Han Purple. HEX triplet: 44, 0C and F5. RGB value is (68,12,245). Sum of RGB (Red+Green+Blue) = 68+12+245=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 245 (96.09% from 255 or 75.38% from 325); Max value from RGB is 245 - color contains mainly: blue. Hex color #440CF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440CF5 is #BBF30A. Grayscale: #363636. Windows color (decimal): -12317451 or 16059460. OLE color: 16059460.

HSL color Cylindrical-coordinate representation of color #440CF5: hue angle of 254.42º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440CF5 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 68 12 245 -
CMYK 0.72 0.95 0 0.04
HSL 254.42º 0.92% 0.5% -
HSV(B) 254.42º 0.95% 0.96% -
XYZ 19 8.08 86.95 -
YUV 55.31 235.05 137.05 -
System Red Green Blue C M Y K H S L
Decimal 68 12 245 0.72 0.95 0 0.04 254.42 0.92 0.5
Hex 44 C F5 48 5F 0 4 FE 5C 32
Octal 104 14 365 110 137 0 4 376 134 62
Binary 1000100 1100 11110101 1001000 1011111 0 100 11111110 1011100 110010

Color Harmonies of #440CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440CF5

Black with #440CF5

Text Example


Text Example

White with #440CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,12,245); }

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

background-color css

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

 a { background-color: rgb(68,12,245); }

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

border-color css

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

 span { border-color: rgb(68,12,245); }

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