Html Css Color HEX #442CFA Han Purple

📋 copy color: '#442CFA'

red 68 ◦ green 44 ◦ blue 250

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

Shades of Han Purple #442CFA

Tints of Han Purple #442CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.15%

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

R = 18.78%
G = 12.15%
B = 69.06%

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

#442CFA (or 0x442CFA) is known color: Han Purple. HEX triplet: 44, 2C and FA. RGB value is (68,44,250). Sum of RGB (Red+Green+Blue) = 68+44+250=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #442CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442CFA is #BBD305. Grayscale: #494949. Windows color (decimal): -12309254 or 16395332. OLE color: 16395332.

HSL color Cylindrical-coordinate representation of color #442CFA: hue angle of 246.99º 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 #442CFA is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 44 250 -
CMYK 0.73 0.82 0 0.02
HSL 246.99º 0.95% 0.58% -
HSV(B) 246.99º 0.82% 0.98% -
XYZ 20.54 9.93 91.28 -
YUV 74.66 226.95 123.25 -
System Red Green Blue C M Y K H S L
Decimal 68 44 250 0.73 0.82 0 0.02 246.99 0.95 0.58
Hex 44 2C FA 49 52 0 2 F7 5F 3A
Octal 104 54 372 111 122 0 2 367 137 72
Binary 1000100 101100 11111010 1001001 1010010 0 10 11110111 1011111 111010

Color Harmonies of #442CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442CFA

Black with #442CFA

Text Example


Text Example

White with #442CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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