Html Css Color HEX #442AFD Han Purple

📋 copy color: '#442AFD'

red 68 ◦ green 42 ◦ blue 253

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

Shades of Han Purple #442AFD

Tints of Han Purple #442AFD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.57%

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

R = 18.73%
G = 11.57%
B = 69.7%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#442AFD (or 0x442AFD) is known color: Han Purple. HEX triplet: 44, 2A and FD. RGB value is (68,42,253). Sum of RGB (Red+Green+Blue) = 68+42+253=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #442AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442AFD is #BBD502. Grayscale: #494949. Windows color (decimal): -12309763 or 16591428. OLE color: 16591428.

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

Color convert

RGB 68 42 253 -
CMYK 0.73 0.83 0 0.01
HSL 247.39º 0.98% 0.58% -
HSV(B) 247.39º 0.83% 0.99% -
XYZ 20.94 9.98 93.75 -
YUV 73.83 229.11 123.84 -
System Red Green Blue C M Y K H S L
Decimal 68 42 253 0.73 0.83 0 0.01 247.39 0.98 0.58
Hex 44 2A FD 49 53 0 1 F7 62 3A
Octal 104 52 375 111 123 0 1 367 142 72
Binary 1000100 101010 11111101 1001001 1010011 0 1 11110111 1100010 111010

Color Harmonies of #442AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442AFD

Black with #442AFD

Text Example


Text Example

White with #442AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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