Html Css Color HEX #551FDD Han Purple

📋 copy color: '#551FDD'

red 85 ◦ green 31 ◦ blue 221

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

Shades of Han Purple #551FDD

Tints of Han Purple #551FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.2%

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

R = 25.22%
G = 9.2%
B = 65.58%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#551FDD (or 0x551FDD) is known color: Han Purple. HEX triplet: 55, 1F and DD. RGB value is (85,31,221). Sum of RGB (Red+Green+Blue) = 85+31+221=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #551FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551FDD is #AAE022. Grayscale: #444444. Windows color (decimal): -11198499 or 14491477. OLE color: 14491477.

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

Color convert

RGB 85 31 221 -
CMYK 0.62 0.86 0 0.13
HSL 257.05º 0.75% 0.49% -
HSV(B) 257.05º 0.86% 0.87% -
XYZ 17.29 8.13 69.07 -
YUV 68.81 213.89 139.55 -
System Red Green Blue C M Y K H S L
Decimal 85 31 221 0.62 0.86 0 0.13 257.05 0.75 0.49
Hex 55 1F DD 3E 56 0 D 101 4B 31
Octal 125 37 335 76 126 0 15 401 113 61
Binary 1010101 11111 11011101 111110 1010110 0 1101 100000001 1001011 110001

Color Harmonies of #551FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551FDD

Black with #551FDD

Text Example


Text Example

White with #551FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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