Html Css Color HEX #551BE0 Han Purple

📋 copy color: '#551BE0'

red 85 ◦ green 27 ◦ blue 224

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

Shades of Han Purple #551BE0

Tints of Han Purple #551BE0

RGB

 RED value IS 85 (33.59% from 255) = 25.3%

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

 BLUE value IS 224 (87.89% from 255) = 66.67%

R = 25.3%
G = 8.04%
B = 66.67%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#551BE0 (or 0x551BE0) is known color: Han Purple. HEX triplet: 55, 1B and E0. RGB value is (85,27,224). Sum of RGB (Red+Green+Blue) = 85+27+224=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #551BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551BE0 is #AAE41F. Grayscale: #424242. Windows color (decimal): -11199520 or 14687061. OLE color: 14687061.

HSL color Cylindrical-coordinate representation of color #551BE0: hue angle of 257.66º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551BE0 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 27 224 -
CMYK 0.62 0.88 0 0.12
HSL 257.67º 0.78% 0.49% -
HSV(B) 257.67º 0.88% 0.88% -
XYZ 17.59 8.1 71.16 -
YUV 66.8 216.72 140.98 -
System Red Green Blue C M Y K H S L
Decimal 85 27 224 0.62 0.88 0 0.12 257.67 0.78 0.49
Hex 55 1B E0 3E 58 0 C 102 4E 31
Octal 125 33 340 76 130 0 14 402 116 61
Binary 1010101 11011 11100000 111110 1011000 0 1100 100000010 1001110 110001

Color Harmonies of #551BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551BE0

Black with #551BE0

Text Example


Text Example

White with #551BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551BE0; }

 p { color: rgb(85,27,224); }

 H1.HeaderClassName
 {
   color: #551BE0;
 }
 .AnyTagClassName
 {
   color: #551BE0;
 }
</style>

background-color css

<style>
 a { background-color: #551BE0; }

 a { background-color: rgb(85,27,224); }

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

border-color css

<style>
 span { border-color: #551BE0; }

 span { border-color: rgb(85,27,224); }

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