Html Css Color HEX #442AEB Han Purple

📋 copy color: '#442AEB'

red 68 ◦ green 42 ◦ blue 235

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

Shades of Han Purple #442AEB

Tints of Han Purple #442AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.12%

R = 19.71%
G = 12.17%
B = 68.12%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#442AEB (or 0x442AEB) is known color: Han Purple. HEX triplet: 44, 2A and EB. RGB value is (68,42,235). Sum of RGB (Red+Green+Blue) = 68+42+235=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #442AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442AEB is #BBD514. Grayscale: #474747. Windows color (decimal): -12309781 or 15411780. OLE color: 15411780.

HSL color Cylindrical-coordinate representation of color #442AEB: hue angle of 248.08º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #442AEB is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 42 235 -
CMYK 0.71 0.82 0 0.08
HSL 248.08º 0.83% 0.54% -
HSV(B) 248.08º 0.82% 0.92% -
XYZ 18.21 8.88 79.35 -
YUV 71.78 220.11 125.31 -
System Red Green Blue C M Y K H S L
Decimal 68 42 235 0.71 0.82 0 0.08 248.08 0.83 0.54
Hex 44 2A EB 47 52 0 8 F8 53 36
Octal 104 52 353 107 122 0 10 370 123 66
Binary 1000100 101010 11101011 1000111 1010010 0 1000 11111000 1010011 110110

Color Harmonies of #442AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442AEB

Black with #442AEB

Text Example


Text Example

White with #442AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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