Html Css Color HEX #440BFD Han Purple

📋 copy color: '#440BFD'

red 68 ◦ green 11 ◦ blue 253

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

Shades of Han Purple #440BFD

Tints of Han Purple #440BFD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.31%

 BLUE value IS 253 (99.22% from 255) = 76.2%

R = 20.48%
G = 3.31%
B = 76.2%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#440BFD (or 0x440BFD) is known color: Han Purple. HEX triplet: 44, 0B and FD. RGB value is (68,11,253). Sum of RGB (Red+Green+Blue) = 68+11+253=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #440BFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440BFD is #BBF402. Grayscale: #363636. Windows color (decimal): -12317699 or 16583492. OLE color: 16583492.

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

Color convert

RGB 68 11 253 -
CMYK 0.73 0.96 0 0.01
HSL 254.13º 0.98% 0.52% -
HSV(B) 254.13º 0.96% 0.99% -
XYZ 20.23 8.56 93.51 -
YUV 55.63 239.38 136.82 -
System Red Green Blue C M Y K H S L
Decimal 68 11 253 0.73 0.96 0 0.01 254.13 0.98 0.52
Hex 44 B FD 49 60 0 1 FE 62 34
Octal 104 13 375 111 140 0 1 376 142 64
Binary 1000100 1011 11111101 1001001 1100000 0 1 11111110 1100010 110100

Color Harmonies of #440BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440BFD

Black with #440BFD

Text Example


Text Example

White with #440BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,11,253); }

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

background-color css

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

 a { background-color: rgb(68,11,253); }

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

border-color css

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

 span { border-color: rgb(68,11,253); }

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