Html Css Color HEX #442CFE Han Purple

📋 copy color: '#442CFE'

red 68 ◦ green 44 ◦ blue 254

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

Shades of Han Purple #442CFE

Tints of Han Purple #442CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.4%

R = 18.58%
G = 12.02%
B = 69.4%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#442CFE (or 0x442CFE) is known color: Han Purple. HEX triplet: 44, 2C and FE. RGB value is (68,44,254). Sum of RGB (Red+Green+Blue) = 68+44+254=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #442CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442CFE is #BBD301. Grayscale: #4A4A4A. Windows color (decimal): -12309250 or 16657476. OLE color: 16657476.

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

Color convert

RGB 68 44 254 -
CMYK 0.73 0.83 0 0.00
HSL 246.86º 0.99% 0.58% -
HSV(B) 246.86º 0.83% 1% -
XYZ 21.17 10.19 94.62 -
YUV 75.12 228.95 122.92 -
System Red Green Blue C M Y K H S L
Decimal 68 44 254 0.73 0.83 0 0.00 246.86 0.99 0.58
Hex 44 2C FE 49 53 0 0 F7 63 3A
Octal 104 54 376 111 123 0 0 367 143 72
Binary 1000100 101100 11111110 1001001 1010011 0 0 11110111 1100011 111010

Color Harmonies of #442CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442CFE

Black with #442CFE

Text Example


Text Example

White with #442CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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