Html Css Color HEX #551CFB Han Purple

📋 copy color: '#551CFB'

red 85 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #551CFB

Tints of Han Purple #551CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.69%

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

R = 23.35%
G = 7.69%
B = 68.96%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#551CFB (or 0x551CFB) is known color: Han Purple. HEX triplet: 55, 1C and FB. RGB value is (85,28,251). Sum of RGB (Red+Green+Blue) = 85+28+251=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 251 (98.44% from 255 or 68.96% from 364); Max value from RGB is 251 - color contains mainly: blue. Hex color #551CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551CFB is #AAE304. Grayscale: #454545. Windows color (decimal): -11199237 or 16456789. OLE color: 16456789.

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

Color convert

RGB 85 28 251 -
CMYK 0.66 0.89 0 0.02
HSL 255.34º 0.97% 0.55% -
HSV(B) 255.34º 0.89% 0.98% -
XYZ 21.57 9.73 92.01 -
YUV 70.47 229.88 138.37 -
System Red Green Blue C M Y K H S L
Decimal 85 28 251 0.66 0.89 0 0.02 255.34 0.97 0.55
Hex 55 1C FB 42 59 0 2 FF 61 37
Octal 125 34 373 102 131 0 2 377 141 67
Binary 1010101 11100 11111011 1000010 1011001 0 10 11111111 1100001 110111

Color Harmonies of #551CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551CFB

Black with #551CFB

Text Example


Text Example

White with #551CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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