Html Css Color HEX #551EEF Han Purple

📋 copy color: '#551EEF'

red 85 ◦ green 30 ◦ blue 239

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

Shades of Han Purple #551EEF

Tints of Han Purple #551EEF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.47%

 BLUE value IS 239 (93.75% from 255) = 67.51%

R = 24.01%
G = 8.47%
B = 67.51%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#551EEF (or 0x551EEF) is known color: Han Purple. HEX triplet: 55, 1E and EF. RGB value is (85,30,239). Sum of RGB (Red+Green+Blue) = 85+30+239=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #551EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551EEF is #AAE110. Grayscale: #454545. Windows color (decimal): -11198737 or 15670869. OLE color: 15670869.

HSL color Cylindrical-coordinate representation of color #551EEF: hue angle of 255.79º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551EEF is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 30 239 -
CMYK 0.64 0.87 0 0.06
HSL 255.79º 0.87% 0.53% -
HSV(B) 255.79º 0.87% 0.94% -
XYZ 19.79 9.09 82.37 -
YUV 70.27 223.22 138.51 -
System Red Green Blue C M Y K H S L
Decimal 85 30 239 0.64 0.87 0 0.06 255.79 0.87 0.53
Hex 55 1E EF 40 57 0 6 100 57 35
Octal 125 36 357 100 127 0 6 400 127 65
Binary 1010101 11110 11101111 1000000 1010111 0 110 100000000 1010111 110101

Color Harmonies of #551EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551EEF

Black with #551EEF

Text Example


Text Example

White with #551EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,30,239); }

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

background-color css

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

 a { background-color: rgb(85,30,239); }

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

border-color css

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

 span { border-color: rgb(85,30,239); }

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