Html Css Color HEX #440CFF Han Purple

📋 copy color: '#440CFF'

red 68 ◦ green 12 ◦ blue 255

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

Shades of Han Purple #440CFF

Tints of Han Purple #440CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 76.12%

R = 20.3%
G = 3.58%
B = 76.12%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#440CFF (or 0x440CFF) is known color: Han Purple. HEX triplet: 44, 0C and FF. RGB value is (68,12,255). Sum of RGB (Red+Green+Blue) = 68+12+255=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #440CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440CFF is #BBF300. Grayscale: #373737. Windows color (decimal): -12317441 or 16714820. OLE color: 16714820.

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

Color convert

RGB 68 12 255 -
CMYK 0.73 0.95 0 0
HSL 253.83º 1% 0.52% -
HSV(B) 253.83º 0.95% 1% -
XYZ 20.57 8.71 95.21 -
YUV 56.45 240.05 136.24 -
System Red Green Blue C M Y K H S L
Decimal 68 12 255 0.73 0.95 0 0 253.83 1 0.52
Hex 44 C FF 49 5F 0 0 FE 64 34
Octal 104 14 377 111 137 0 0 376 144 64
Binary 1000100 1100 11111111 1001001 1011111 0 0 11111110 1100100 110100

Color Harmonies of #440CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440CFF

Black with #440CFF

Text Example


Text Example

White with #440CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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