Html Css Color HEX #552DF2 Han Purple

📋 copy color: '#552DF2'

red 85 ◦ green 45 ◦ blue 242

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

Shades of Han Purple #552DF2

Tints of Han Purple #552DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 65.05%

R = 22.85%
G = 12.1%
B = 65.05%

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

#552DF2 (or 0x552DF2) is known color: Han Purple. HEX triplet: 55, 2D and F2. RGB value is (85,45,242). Sum of RGB (Red+Green+Blue) = 85+45+242=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 242 (94.92% from 255 or 65.05% from 372); Max value from RGB is 242 - color contains mainly: blue. Hex color #552DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552DF2 is #AAD20D. Grayscale: #4E4E4E. Windows color (decimal): -11194894 or 15871317. OLE color: 15871317.

HSL color Cylindrical-coordinate representation of color #552DF2: hue angle of 252.18º 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 #552DF2 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 45 242 -
CMYK 0.65 0.81 0 0.05
HSL 252.18º 0.88% 0.56% -
HSV(B) 252.18º 0.81% 0.95% -
XYZ 20.71 10.22 84.89 -
YUV 79.42 219.75 131.98 -
System Red Green Blue C M Y K H S L
Decimal 85 45 242 0.65 0.81 0 0.05 252.18 0.88 0.56
Hex 55 2D F2 41 51 0 5 FC 58 38
Octal 125 55 362 101 121 0 5 374 130 70
Binary 1010101 101101 11110010 1000001 1010001 0 101 11111100 1011000 111000

Color Harmonies of #552DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DF2

Black with #552DF2

Text Example


Text Example

White with #552DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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