Html Css Color HEX #551DFD Han Purple

📋 copy color: '#551DFD'

red 85 ◦ green 29 ◦ blue 253

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

Shades of Han Purple #551DFD

Tints of Han Purple #551DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.94%

R = 23.16%
G = 7.9%
B = 68.94%

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

#551DFD (or 0x551DFD) is known color: Han Purple. HEX triplet: 55, 1D and FD. RGB value is (85,29,253). Sum of RGB (Red+Green+Blue) = 85+29+253=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #551DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551DFD is #AAE202. Grayscale: #464646. Windows color (decimal): -11198979 or 16588117. OLE color: 16588117.

HSL color Cylindrical-coordinate representation of color #551DFD: hue angle of 255º degrees, saturation: 0.98, 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 #551DFD is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 29 253 -
CMYK 0.66 0.89 0 0.01
HSL 255º 0.98% 0.55% -
HSV(B) 255º 0.89% 0.99% -
XYZ 21.92 9.9 93.68 -
YUV 71.28 230.55 137.79 -
System Red Green Blue C M Y K H S L
Decimal 85 29 253 0.66 0.89 0 0.01 255 0.98 0.55
Hex 55 1D FD 42 59 0 1 FF 62 37
Octal 125 35 375 102 131 0 1 377 142 67
Binary 1010101 11101 11111101 1000010 1011001 0 1 11111111 1100010 110111

Color Harmonies of #551DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551DFD

Black with #551DFD

Text Example


Text Example

White with #551DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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