Html Css Color HEX #442BDA Han Purple

📋 copy color: '#442BDA'

red 68 ◦ green 43 ◦ blue 218

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

Shades of Han Purple #442BDA

Tints of Han Purple #442BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.07%

 BLUE value IS 218 (85.55% from 255) = 66.26%

R = 20.67%
G = 13.07%
B = 66.26%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#442BDA (or 0x442BDA) is known color: Han Purple. HEX triplet: 44, 2B and DA. RGB value is (68,43,218). Sum of RGB (Red+Green+Blue) = 68+43+218=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #442BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442BDA is #BBD425. Grayscale: #454545. Windows color (decimal): -12309542 or 14297924. OLE color: 14297924.

HSL color Cylindrical-coordinate representation of color #442BDA: hue angle of 248.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #442BDA is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 43 218 -
CMYK 0.69 0.80 0 0.15
HSL 248.57º 0.7% 0.51% -
HSV(B) 248.57º 0.8% 0.85% -
XYZ 15.9 8.02 67.04 -
YUV 70.43 211.28 126.27 -
System Red Green Blue C M Y K H S L
Decimal 68 43 218 0.69 0.80 0 0.15 248.57 0.7 0.51
Hex 44 2B DA 45 50 0 F F9 46 33
Octal 104 53 332 105 120 0 17 371 106 63
Binary 1000100 101011 11011010 1000101 1010000 0 1111 11111001 1000110 110011

Color Harmonies of #442BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442BDA

Black with #442BDA

Text Example


Text Example

White with #442BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,43,218); }

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

background-color css

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

 a { background-color: rgb(68,43,218); }

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

border-color css

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

 span { border-color: rgb(68,43,218); }

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