Html Css Color HEX #442DFA Han Purple

📋 copy color: '#442DFA'

red 68 ◦ green 45 ◦ blue 250

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

Shades of Han Purple #442DFA

Tints of Han Purple #442DFA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.4%

 BLUE value IS 250 (98.05% from 255) = 68.87%

R = 18.73%
G = 12.4%
B = 68.87%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#442DFA (or 0x442DFA) is known color: Han Purple. HEX triplet: 44, 2D and FA. RGB value is (68,45,250). Sum of RGB (Red+Green+Blue) = 68+45+250=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #442DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442DFA is #BBD205. Grayscale: #4A4A4A. Windows color (decimal): -12308998 or 16395588. OLE color: 16395588.

HSL color Cylindrical-coordinate representation of color #442DFA: hue angle of 246.73º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #442DFA is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 45 250 -
CMYK 0.73 0.82 0 0.02
HSL 246.73º 0.95% 0.58% -
HSV(B) 246.73º 0.82% 0.98% -
XYZ 20.58 10.01 91.29 -
YUV 75.25 226.62 122.83 -
System Red Green Blue C M Y K H S L
Decimal 68 45 250 0.73 0.82 0 0.02 246.73 0.95 0.58
Hex 44 2D FA 49 52 0 2 F7 5F 3A
Octal 104 55 372 111 122 0 2 367 137 72
Binary 1000100 101101 11111010 1001001 1010010 0 10 11110111 1011111 111010

Color Harmonies of #442DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442DFA

Black with #442DFA

Text Example


Text Example

White with #442DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,45,250); }

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

background-color css

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

 a { background-color: rgb(68,45,250); }

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

border-color css

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

 span { border-color: rgb(68,45,250); }

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