Html Css Color HEX #551DDD Han Purple

📋 copy color: '#551DDD'

red 85 ◦ green 29 ◦ blue 221

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

Shades of Han Purple #551DDD

Tints of Han Purple #551DDD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.66%

 BLUE value IS 221 (86.72% from 255) = 65.97%

R = 25.37%
G = 8.66%
B = 65.97%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#551DDD (or 0x551DDD) is known color: Han Purple. HEX triplet: 55, 1D and DD. RGB value is (85,29,221). Sum of RGB (Red+Green+Blue) = 85+29+221=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #551DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551DDD is #AAE222. Grayscale: #424242. Windows color (decimal): -11199011 or 14490965. OLE color: 14490965.

HSL color Cylindrical-coordinate representation of color #551DDD: hue angle of 257.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551DDD is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 29 221 -
CMYK 0.62 0.87 0 0.13
HSL 257.5º 0.77% 0.49% -
HSV(B) 257.5º 0.87% 0.87% -
XYZ 17.24 8.03 69.05 -
YUV 67.63 214.55 140.39 -
System Red Green Blue C M Y K H S L
Decimal 85 29 221 0.62 0.87 0 0.13 257.5 0.77 0.49
Hex 55 1D DD 3E 57 0 D 102 4D 31
Octal 125 35 335 76 127 0 15 402 115 61
Binary 1010101 11101 11011101 111110 1010111 0 1101 100000010 1001101 110001

Color Harmonies of #551DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551DDD

Black with #551DDD

Text Example


Text Example

White with #551DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,29,221); }

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

background-color css

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

 a { background-color: rgb(85,29,221); }

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

border-color css

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

 span { border-color: rgb(85,29,221); }

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