Html Css Color HEX #551AFF Han Purple

📋 copy color: '#551AFF'

red 85 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #551AFF

Tints of Han Purple #551AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.67%

R = 23.22%
G = 7.1%
B = 69.67%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#551AFF (or 0x551AFF) is known color: Han Purple. HEX triplet: 55, 1A and FF. RGB value is (85,26,255). Sum of RGB (Red+Green+Blue) = 85+26+255=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #551AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551AFF is #AAE500. Grayscale: #444444. Windows color (decimal): -11199745 or 16718421. OLE color: 16718421.

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

Color convert

RGB 85 26 255 -
CMYK 0.67 0.90 0 0
HSL 255.46º 1% 0.55% -
HSV(B) 255.46º 0.9% 1% -
XYZ 22.17 9.89 95.35 -
YUV 69.75 232.55 138.88 -
System Red Green Blue C M Y K H S L
Decimal 85 26 255 0.67 0.90 0 0 255.46 1 0.55
Hex 55 1A FF 43 5A 0 0 FF 64 37
Octal 125 32 377 103 132 0 0 377 144 67
Binary 1010101 11010 11111111 1000011 1011010 0 0 11111111 1100100 110111

Color Harmonies of #551AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551AFF

Black with #551AFF

Text Example


Text Example

White with #551AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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