Html Css Color HEX #551CFC Han Purple

📋 copy color: '#551CFC'

red 85 ◦ green 28 ◦ blue 252

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

Shades of Han Purple #551CFC

Tints of Han Purple #551CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 69.04%

R = 23.29%
G = 7.67%
B = 69.04%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#551CFC (or 0x551CFC) is known color: Han Purple. HEX triplet: 55, 1C and FC. RGB value is (85,28,252). Sum of RGB (Red+Green+Blue) = 85+28+252=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #551CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551CFC is #AAE303. Grayscale: #454545. Windows color (decimal): -11199236 or 16522325. OLE color: 16522325.

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

Color convert

RGB 85 28 252 -
CMYK 0.66 0.89 0 0.01
HSL 255.27º 0.97% 0.55% -
HSV(B) 255.27º 0.89% 0.99% -
XYZ 21.73 9.79 92.84 -
YUV 70.58 230.38 138.29 -
System Red Green Blue C M Y K H S L
Decimal 85 28 252 0.66 0.89 0 0.01 255.27 0.97 0.55
Hex 55 1C FC 42 59 0 1 FF 61 37
Octal 125 34 374 102 131 0 1 377 141 67
Binary 1010101 11100 11111100 1000010 1011001 0 1 11111111 1100001 110111

Color Harmonies of #551CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551CFC

Black with #551CFC

Text Example


Text Example

White with #551CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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