Html Css Color HEX #551DFB Han Purple

📋 copy color: '#551DFB'

red 85 ◦ green 29 ◦ blue 251

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

Shades of Han Purple #551DFB

Tints of Han Purple #551DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.77%

R = 23.29%
G = 7.95%
B = 68.77%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#551DFB (or 0x551DFB) is known color: Han Purple. HEX triplet: 55, 1D and FB. RGB value is (85,29,251). Sum of RGB (Red+Green+Blue) = 85+29+251=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #551DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551DFB is #AAE204. Grayscale: #464646. Windows color (decimal): -11198981 or 16457045. OLE color: 16457045.

HSL color Cylindrical-coordinate representation of color #551DFB: hue angle of 255.14º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551DFB is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 29 251 -
CMYK 0.66 0.88 0 0.02
HSL 255.14º 0.97% 0.55% -
HSV(B) 255.14º 0.88% 0.98% -
XYZ 21.6 9.78 92.02 -
YUV 71.05 229.55 137.95 -
System Red Green Blue C M Y K H S L
Decimal 85 29 251 0.66 0.88 0 0.02 255.14 0.97 0.55
Hex 55 1D FB 42 58 0 2 FF 61 37
Octal 125 35 373 102 130 0 2 377 141 67
Binary 1010101 11101 11111011 1000010 1011000 0 10 11111111 1100001 110111

Color Harmonies of #551DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551DFB

Black with #551DFB

Text Example


Text Example

White with #551DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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