Html Css Color HEX #551AFC Han Purple

📋 copy color: '#551AFC'

red 85 ◦ green 26 ◦ blue 252

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

Shades of Han Purple #551AFC

Tints of Han Purple #551AFC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.16%

 BLUE value IS 252 (98.83% from 255) = 69.42%

R = 23.42%
G = 7.16%
B = 69.42%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#551AFC (or 0x551AFC) is known color: Han Purple. HEX triplet: 55, 1A and FC. RGB value is (85,26,252). Sum of RGB (Red+Green+Blue) = 85+26+252=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #551AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551AFC is #AAE503. Grayscale: #444444. Windows color (decimal): -11199748 or 16521813. OLE color: 16521813.

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

Color convert

RGB 85 26 252 -
CMYK 0.66 0.90 0 0.01
HSL 255.66º 0.97% 0.55% -
HSV(B) 255.66º 0.9% 0.99% -
XYZ 21.69 9.7 92.82 -
YUV 69.41 231.05 139.12 -
System Red Green Blue C M Y K H S L
Decimal 85 26 252 0.66 0.90 0 0.01 255.66 0.97 0.55
Hex 55 1A FC 42 5A 0 1 100 61 37
Octal 125 32 374 102 132 0 1 400 141 67
Binary 1010101 11010 11111100 1000010 1011010 0 1 100000000 1100001 110111

Color Harmonies of #551AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551AFC

Black with #551AFC

Text Example


Text Example

White with #551AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,26,252); }

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

background-color css

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

 a { background-color: rgb(85,26,252); }

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

border-color css

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

 span { border-color: rgb(85,26,252); }

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