Html Css Color HEX #442BDC Han Purple

📋 copy color: '#442BDC'

red 68 ◦ green 43 ◦ blue 220

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

Shades of Han Purple #442BDC

Tints of Han Purple #442BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.47%

R = 20.54%
G = 12.99%
B = 66.47%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#442BDC (or 0x442BDC) is known color: Han Purple. HEX triplet: 44, 2B and DC. RGB value is (68,43,220). Sum of RGB (Red+Green+Blue) = 68+43+220=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #442BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442BDC is #BBD423. Grayscale: #454545. Windows color (decimal): -12309540 or 14428996. OLE color: 14428996.

HSL color Cylindrical-coordinate representation of color #442BDC: hue angle of 248.47º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #442BDC is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 43 220 -
CMYK 0.69 0.80 0 0.14
HSL 248.47º 0.72% 0.52% -
HSV(B) 248.47º 0.8% 0.86% -
XYZ 16.17 8.12 68.43 -
YUV 70.65 212.28 126.11 -
System Red Green Blue C M Y K H S L
Decimal 68 43 220 0.69 0.80 0 0.14 248.47 0.72 0.52
Hex 44 2B DC 45 50 0 E F8 48 34
Octal 104 53 334 105 120 0 16 370 110 64
Binary 1000100 101011 11011100 1000101 1010000 0 1110 11111000 1001000 110100

Color Harmonies of #442BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442BDC

Black with #442BDC

Text Example


Text Example

White with #442BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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