Html Css Color HEX #440CFB Han Purple

📋 copy color: '#440CFB'

red 68 ◦ green 12 ◦ blue 251

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

Shades of Han Purple #440CFB

Tints of Han Purple #440CFB

RGB

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

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

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

R = 20.54%
G = 3.63%
B = 75.83%

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

#440CFB (or 0x440CFB) is known color: Han Purple. HEX triplet: 44, 0C and FB. RGB value is (68,12,251). Sum of RGB (Red+Green+Blue) = 68+12+251=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #440CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440CFB is #BBF304. Grayscale: #373737. Windows color (decimal): -12317445 or 16452676. OLE color: 16452676.

HSL color Cylindrical-coordinate representation of color #440CFB: hue angle of 254.06º 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 #440CFB is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 12 251 -
CMYK 0.73 0.95 0 0.02
HSL 254.06º 0.97% 0.52% -
HSV(B) 254.06º 0.95% 0.98% -
XYZ 19.93 8.46 91.85 -
YUV 55.99 238.05 136.57 -
System Red Green Blue C M Y K H S L
Decimal 68 12 251 0.73 0.95 0 0.02 254.06 0.97 0.52
Hex 44 C FB 49 5F 0 2 FE 61 34
Octal 104 14 373 111 137 0 2 376 141 64
Binary 1000100 1100 11111011 1001001 1011111 0 10 11111110 1100001 110100

Color Harmonies of #440CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440CFB

Black with #440CFB

Text Example


Text Example

White with #440CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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