Html Css Color HEX #441BEA Han Purple

📋 copy color: '#441BEA'

red 68 ◦ green 27 ◦ blue 234

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

Shades of Han Purple #441BEA

Tints of Han Purple #441BEA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.21%

 BLUE value IS 234 (91.8% from 255) = 71.12%

R = 20.67%
G = 8.21%
B = 71.12%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#441BEA (or 0x441BEA) is known color: Han Purple. HEX triplet: 44, 1B and EA. RGB value is (68,27,234). Sum of RGB (Red+Green+Blue) = 68+27+234=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #441BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441BEA is #BBE415. Grayscale: #3E3E3E. Windows color (decimal): -12313622 or 15342404. OLE color: 15342404.

HSL color Cylindrical-coordinate representation of color #441BEA: hue angle of 251.88º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441BEA is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 27 234 -
CMYK 0.71 0.88 0 0.08
HSL 251.88º 0.83% 0.51% -
HSV(B) 251.88º 0.88% 0.92% -
XYZ 17.63 7.95 78.45 -
YUV 62.86 224.58 131.67 -
System Red Green Blue C M Y K H S L
Decimal 68 27 234 0.71 0.88 0 0.08 251.88 0.83 0.51
Hex 44 1B EA 47 58 0 8 FC 53 33
Octal 104 33 352 107 130 0 10 374 123 63
Binary 1000100 11011 11101010 1000111 1011000 0 1000 11111100 1010011 110011

Color Harmonies of #441BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441BEA

Black with #441BEA

Text Example


Text Example

White with #441BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441BEA; }

 p { color: rgb(68,27,234); }

 H1.HeaderClassName
 {
   color: #441BEA;
 }
 .AnyTagClassName
 {
   color: #441BEA;
 }
</style>

background-color css

<style>
 a { background-color: #441BEA; }

 a { background-color: rgb(68,27,234); }

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

border-color css

<style>
 span { border-color: #441BEA; }

 span { border-color: rgb(68,27,234); }

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