Html Css Color HEX #552DF1 Han Purple

📋 copy color: '#552DF1'

red 85 ◦ green 45 ◦ blue 241

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

Shades of Han Purple #552DF1

Tints of Han Purple #552DF1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.13%

 BLUE value IS 241 (94.53% from 255) = 64.96%

R = 22.91%
G = 12.13%
B = 64.96%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#552DF1 (or 0x552DF1) is known color: Han Purple. HEX triplet: 55, 2D and F1. RGB value is (85,45,241). Sum of RGB (Red+Green+Blue) = 85+45+241=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 241 (94.53% from 255 or 64.96% from 371); Max value from RGB is 241 - color contains mainly: blue. Hex color #552DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552DF1 is #AAD20E. Grayscale: #4E4E4E. Windows color (decimal): -11194895 or 15805781. OLE color: 15805781.

HSL color Cylindrical-coordinate representation of color #552DF1: hue angle of 252.24º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552DF1 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 45 241 -
CMYK 0.65 0.81 0 0.05
HSL 252.24º 0.88% 0.56% -
HSV(B) 252.24º 0.81% 0.95% -
XYZ 20.56 10.16 84.1 -
YUV 79.3 219.25 132.06 -
System Red Green Blue C M Y K H S L
Decimal 85 45 241 0.65 0.81 0 0.05 252.24 0.88 0.56
Hex 55 2D F1 41 51 0 5 FC 58 38
Octal 125 55 361 101 121 0 5 374 130 70
Binary 1010101 101101 11110001 1000001 1010001 0 101 11111100 1011000 111000

Color Harmonies of #552DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DF1

Black with #552DF1

Text Example


Text Example

White with #552DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552DF1; }

 p { color: rgb(85,45,241); }

 H1.HeaderClassName
 {
   color: #552DF1;
 }
 .AnyTagClassName
 {
   color: #552DF1;
 }
</style>

background-color css

<style>
 a { background-color: #552DF1; }

 a { background-color: rgb(85,45,241); }

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

border-color css

<style>
 span { border-color: #552DF1; }

 span { border-color: rgb(85,45,241); }

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