Html Css Color HEX #551BDC Han Purple

📋 copy color: '#551BDC'

red 85 ◦ green 27 ◦ blue 220

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

Shades of Han Purple #551BDC

Tints of Han Purple #551BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.13%

 BLUE value IS 220 (86.33% from 255) = 66.27%

R = 25.6%
G = 8.13%
B = 66.27%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#551BDC (or 0x551BDC) is known color: Han Purple. HEX triplet: 55, 1B and DC. RGB value is (85,27,220). Sum of RGB (Red+Green+Blue) = 85+27+220=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #551BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551BDC is #AAE423. Grayscale: #414141. Windows color (decimal): -11199524 or 14424917. OLE color: 14424917.

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

Color convert

RGB 85 27 220 -
CMYK 0.61 0.88 0 0.14
HSL 258.03º 0.78% 0.48% -
HSV(B) 258.03º 0.88% 0.86% -
XYZ 17.06 7.88 68.33 -
YUV 66.34 214.72 141.31 -
System Red Green Blue C M Y K H S L
Decimal 85 27 220 0.61 0.88 0 0.14 258.03 0.78 0.48
Hex 55 1B DC 3D 58 0 E 102 4E 30
Octal 125 33 334 75 130 0 16 402 116 60
Binary 1010101 11011 11011100 111101 1011000 0 1110 100000010 1001110 110000

Color Harmonies of #551BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551BDC

Black with #551BDC

Text Example


Text Example

White with #551BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,27,220); }

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

background-color css

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

 a { background-color: rgb(85,27,220); }

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

border-color css

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

 span { border-color: rgb(85,27,220); }

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