Html Css Color HEX #551ADA Han Purple

📋 copy color: '#551ADA'

red 85 ◦ green 26 ◦ blue 218

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

Shades of Han Purple #551ADA

Tints of Han Purple #551ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.26%

R = 25.84%
G = 7.9%
B = 66.26%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#551ADA (or 0x551ADA) is known color: Han Purple. HEX triplet: 55, 1A and DA. RGB value is (85,26,218). Sum of RGB (Red+Green+Blue) = 85+26+218=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #551ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551ADA is #AAE525. Grayscale: #404040. Windows color (decimal): -11199782 or 14293589. OLE color: 14293589.

HSL color Cylindrical-coordinate representation of color #551ADA: hue angle of 258.44º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551ADA is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 26 218 -
CMYK 0.61 0.88 0 0.15
HSL 258.44º 0.79% 0.48% -
HSV(B) 258.44º 0.88% 0.85% -
XYZ 16.77 7.73 66.94 -
YUV 65.53 214.05 141.89 -
System Red Green Blue C M Y K H S L
Decimal 85 26 218 0.61 0.88 0 0.15 258.44 0.79 0.48
Hex 55 1A DA 3D 58 0 F 102 4F 30
Octal 125 32 332 75 130 0 17 402 117 60
Binary 1010101 11010 11011010 111101 1011000 0 1111 100000010 1001111 110000

Color Harmonies of #551ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551ADA

Black with #551ADA

Text Example


Text Example

White with #551ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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