Html Css Color HEX #442BFB Han Purple

📋 copy color: '#442BFB'

red 68 ◦ green 43 ◦ blue 251

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

Shades of Han Purple #442BFB

Tints of Han Purple #442BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.34%

R = 18.78%
G = 11.88%
B = 69.34%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#442BFB (or 0x442BFB) is known color: Han Purple. HEX triplet: 44, 2B and FB. RGB value is (68,43,251). Sum of RGB (Red+Green+Blue) = 68+43+251=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #442BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442BFB is #BBD404. Grayscale: #494949. Windows color (decimal): -12309509 or 16460612. OLE color: 16460612.

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

Color convert

RGB 68 43 251 -
CMYK 0.73 0.83 0 0.02
HSL 247.21º 0.96% 0.58% -
HSV(B) 247.21º 0.83% 0.98% -
XYZ 20.66 9.92 92.09 -
YUV 74.19 227.78 123.59 -
System Red Green Blue C M Y K H S L
Decimal 68 43 251 0.73 0.83 0 0.02 247.21 0.96 0.58
Hex 44 2B FB 49 53 0 2 F7 60 3A
Octal 104 53 373 111 123 0 2 367 140 72
Binary 1000100 101011 11111011 1001001 1010011 0 10 11110111 1100000 111010

Color Harmonies of #442BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442BFB

Black with #442BFB

Text Example


Text Example

White with #442BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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