Html Css Color HEX #551AF9 Han Purple

📋 copy color: '#551AF9'

red 85 ◦ green 26 ◦ blue 249

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

Shades of Han Purple #551AF9

Tints of Han Purple #551AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 69.17%

R = 23.61%
G = 7.22%
B = 69.17%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#551AF9 (or 0x551AF9) is known color: Han Purple. HEX triplet: 55, 1A and F9. RGB value is (85,26,249). Sum of RGB (Red+Green+Blue) = 85+26+249=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 249 (97.66% from 255 or 69.17% from 360); Max value from RGB is 249 - color contains mainly: blue. Hex color #551AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551AF9 is #AAE506. Grayscale: #444444. Windows color (decimal): -11199751 or 16325205. OLE color: 16325205.

HSL color Cylindrical-coordinate representation of color #551AF9: hue angle of 255.87º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #551AF9 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 26 249 -
CMYK 0.66 0.90 0 0.02
HSL 255.87º 0.95% 0.54% -
HSV(B) 255.87º 0.9% 0.98% -
XYZ 21.21 9.51 90.34 -
YUV 69.06 229.55 139.37 -
System Red Green Blue C M Y K H S L
Decimal 85 26 249 0.66 0.90 0 0.02 255.87 0.95 0.54
Hex 55 1A F9 42 5A 0 2 100 5F 36
Octal 125 32 371 102 132 0 2 400 137 66
Binary 1010101 11010 11111001 1000010 1011010 0 10 100000000 1011111 110110

Color Harmonies of #551AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551AF9

Black with #551AF9

Text Example


Text Example

White with #551AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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