Html Css Color HEX #440DFB Han Purple

📋 copy color: '#440DFB'

red 68 ◦ green 13 ◦ blue 251

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

Shades of Han Purple #440DFB

Tints of Han Purple #440DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.92%

 BLUE value IS 251 (98.44% from 255) = 75.6%

R = 20.48%
G = 3.92%
B = 75.6%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#440DFB (or 0x440DFB) is known color: Han Purple. HEX triplet: 44, 0D and FB. RGB value is (68,13,251). Sum of RGB (Red+Green+Blue) = 68+13+251=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #440DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440DFB is #BBF204. Grayscale: #373737. Windows color (decimal): -12317189 or 16452932. OLE color: 16452932.

HSL color Cylindrical-coordinate representation of color #440DFB: hue angle of 253.87º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440DFB is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 13 251 -
CMYK 0.73 0.95 0 0.02
HSL 253.87º 0.97% 0.52% -
HSV(B) 253.87º 0.95% 0.98% -
XYZ 19.94 8.48 91.85 -
YUV 56.58 237.72 136.15 -
System Red Green Blue C M Y K H S L
Decimal 68 13 251 0.73 0.95 0 0.02 253.87 0.97 0.52
Hex 44 D FB 49 5F 0 2 FE 61 34
Octal 104 15 373 111 137 0 2 376 141 64
Binary 1000100 1101 11111011 1001001 1011111 0 10 11111110 1100001 110100

Color Harmonies of #440DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DFB

Black with #440DFB

Text Example


Text Example

White with #440DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,13,251); }

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

background-color css

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

 a { background-color: rgb(68,13,251); }

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

border-color css

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

 span { border-color: rgb(68,13,251); }

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