Html Css Color HEX #552AF1 Han Purple

📋 copy color: '#552AF1'

red 85 ◦ green 42 ◦ blue 241

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

Shades of Han Purple #552AF1

Tints of Han Purple #552AF1

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.41%

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

R = 23.1%
G = 11.41%
B = 65.49%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#552AF1 (or 0x552AF1) is known color: Han Purple. HEX triplet: 55, 2A and F1. RGB value is (85,42,241). Sum of RGB (Red+Green+Blue) = 85+42+241=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #552AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552AF1 is #AAD50E. Grayscale: #4C4C4C. Windows color (decimal): -11195663 or 15805013. OLE color: 15805013.

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

Color convert

RGB 85 42 241 -
CMYK 0.65 0.83 0 0.05
HSL 252.96º 0.88% 0.55% -
HSV(B) 252.96º 0.83% 0.95% -
XYZ 20.45 9.94 84.06 -
YUV 77.54 220.25 133.32 -
System Red Green Blue C M Y K H S L
Decimal 85 42 241 0.65 0.83 0 0.05 252.96 0.88 0.55
Hex 55 2A F1 41 53 0 5 FD 58 37
Octal 125 52 361 101 123 0 5 375 130 67
Binary 1010101 101010 11110001 1000001 1010011 0 101 11111101 1011000 110111

Color Harmonies of #552AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552AF1

Black with #552AF1

Text Example


Text Example

White with #552AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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