Html Css Color HEX #551EFD Han Purple

📋 copy color: '#551EFD'

red 85 ◦ green 30 ◦ blue 253

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

Shades of Han Purple #551EFD

Tints of Han Purple #551EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.75%

R = 23.1%
G = 8.15%
B = 68.75%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#551EFD (or 0x551EFD) is known color: Han Purple. HEX triplet: 55, 1E and FD. RGB value is (85,30,253). Sum of RGB (Red+Green+Blue) = 85+30+253=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #551EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551EFD is #AAE102. Grayscale: #474747. Windows color (decimal): -11198723 or 16588373. OLE color: 16588373.

HSL color Cylindrical-coordinate representation of color #551EFD: hue angle of 254.8º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551EFD is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 30 253 -
CMYK 0.66 0.88 0 0.01
HSL 254.8º 0.98% 0.55% -
HSV(B) 254.8º 0.88% 0.99% -
XYZ 21.94 9.95 93.69 -
YUV 71.87 230.22 137.37 -
System Red Green Blue C M Y K H S L
Decimal 85 30 253 0.66 0.88 0 0.01 254.8 0.98 0.55
Hex 55 1E FD 42 58 0 1 FF 62 37
Octal 125 36 375 102 130 0 1 377 142 67
Binary 1010101 11110 11111101 1000010 1011000 0 1 11111111 1100010 110111

Color Harmonies of #551EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551EFD

Black with #551EFD

Text Example


Text Example

White with #551EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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