Html Css Color HEX #442FDA Han Purple

📋 copy color: '#442FDA'

red 68 ◦ green 47 ◦ blue 218

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

Shades of Han Purple #442FDA

Tints of Han Purple #442FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.11%

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

R = 20.42%
G = 14.11%
B = 65.47%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#442FDA (or 0x442FDA) is known color: Han Purple. HEX triplet: 44, 2F and DA. RGB value is (68,47,218). Sum of RGB (Red+Green+Blue) = 68+47+218=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #442FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442FDA is #BBD025. Grayscale: #484848. Windows color (decimal): -12308518 or 14298948. OLE color: 14298948.

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

Color convert

RGB 68 47 218 -
CMYK 0.69 0.78 0 0.15
HSL 247.37º 0.7% 0.52% -
HSV(B) 247.37º 0.78% 0.85% -
XYZ 16.06 8.32 67.09 -
YUV 72.77 209.96 124.6 -
System Red Green Blue C M Y K H S L
Decimal 68 47 218 0.69 0.78 0 0.15 247.37 0.7 0.52
Hex 44 2F DA 45 4E 0 F F7 46 34
Octal 104 57 332 105 116 0 17 367 106 64
Binary 1000100 101111 11011010 1000101 1001110 0 1111 11110111 1000110 110100

Color Harmonies of #442FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442FDA

Black with #442FDA

Text Example


Text Example

White with #442FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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