Html Css Color HEX #442CFF Han Purple

📋 copy color: '#442CFF'

red 68 ◦ green 44 ◦ blue 255

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

Shades of Han Purple #442CFF

Tints of Han Purple #442CFF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.99%

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

R = 18.53%
G = 11.99%
B = 69.48%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#442CFF (or 0x442CFF) is known color: Han Purple. HEX triplet: 44, 2C and FF. RGB value is (68,44,255). Sum of RGB (Red+Green+Blue) = 68+44+255=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #442CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442CFF is #BBD300. Grayscale: #4A4A4A. Windows color (decimal): -12309249 or 16723012. OLE color: 16723012.

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

Color convert

RGB 68 44 255 -
CMYK 0.73 0.83 0 0
HSL 246.82º 1% 0.59% -
HSV(B) 246.82º 0.83% 1% -
XYZ 21.33 10.25 95.46 -
YUV 75.23 229.45 122.84 -
System Red Green Blue C M Y K H S L
Decimal 68 44 255 0.73 0.83 0 0 246.82 1 0.59
Hex 44 2C FF 49 53 0 0 F7 64 3B
Octal 104 54 377 111 123 0 0 367 144 73
Binary 1000100 101100 11111111 1001001 1010011 0 0 11110111 1100100 111011

Color Harmonies of #442CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442CFF

Black with #442CFF

Text Example


Text Example

White with #442CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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