Html Css Color HEX #551FFD Han Purple

📋 copy color: '#551FFD'

red 85 ◦ green 31 ◦ blue 253

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

Shades of Han Purple #551FFD

Tints of Han Purple #551FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.4%

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

R = 23.04%
G = 8.4%
B = 68.56%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#551FFD (or 0x551FFD) is known color: Han Purple. HEX triplet: 55, 1F and FD. RGB value is (85,31,253). Sum of RGB (Red+Green+Blue) = 85+31+253=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #551FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551FFD is #AAE002. Grayscale: #474747. Windows color (decimal): -11198467 or 16588629. OLE color: 16588629.

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

Color convert

RGB 85 31 253 -
CMYK 0.66 0.88 0 0.01
HSL 254.59º 0.98% 0.56% -
HSV(B) 254.59º 0.88% 0.99% -
XYZ 21.97 10 93.7 -
YUV 72.45 229.89 136.95 -
System Red Green Blue C M Y K H S L
Decimal 85 31 253 0.66 0.88 0 0.01 254.59 0.98 0.56
Hex 55 1F FD 42 58 0 1 FF 62 38
Octal 125 37 375 102 130 0 1 377 142 70
Binary 1010101 11111 11111101 1000010 1011000 0 1 11111111 1100010 111000

Color Harmonies of #551FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551FFD

Black with #551FFD

Text Example


Text Example

White with #551FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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