Html Css Color HEX #442AED Han Purple

📋 copy color: '#442AED'

red 68 ◦ green 42 ◦ blue 237

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

Shades of Han Purple #442AED

Tints of Han Purple #442AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.3%

R = 19.6%
G = 12.1%
B = 68.3%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#442AED (or 0x442AED) is known color: Han Purple. HEX triplet: 44, 2A and ED. RGB value is (68,42,237). Sum of RGB (Red+Green+Blue) = 68+42+237=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #442AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442AED is #BBD512. Grayscale: #474747. Windows color (decimal): -12309779 or 15542852. OLE color: 15542852.

HSL color Cylindrical-coordinate representation of color #442AED: hue angle of 248º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #442AED is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 42 237 -
CMYK 0.71 0.82 0 0.07
HSL 248º 0.84% 0.55% -
HSV(B) 248º 0.82% 0.93% -
XYZ 18.5 9 80.88 -
YUV 72 221.11 125.14 -
System Red Green Blue C M Y K H S L
Decimal 68 42 237 0.71 0.82 0 0.07 248 0.84 0.55
Hex 44 2A ED 47 52 0 7 F8 54 37
Octal 104 52 355 107 122 0 7 370 124 67
Binary 1000100 101010 11101101 1000111 1010010 0 111 11111000 1010100 110111

Color Harmonies of #442AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442AED

Black with #442AED

Text Example


Text Example

White with #442AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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