Html Css Color HEX #552FEB Han Purple

📋 copy color: '#552FEB'

red 85 ◦ green 47 ◦ blue 235

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

Shades of Han Purple #552FEB

Tints of Han Purple #552FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.81%

 BLUE value IS 235 (92.19% from 255) = 64.03%

R = 23.16%
G = 12.81%
B = 64.03%

CMYK

 C value IS 0.64

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#552FEB (or 0x552FEB) is known color: Han Purple. HEX triplet: 55, 2F and EB. RGB value is (85,47,235). Sum of RGB (Red+Green+Blue) = 85+47+235=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #552FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552FEB is #AAD014. Grayscale: #4F4F4F. Windows color (decimal): -11194389 or 15413077. OLE color: 15413077.

HSL color Cylindrical-coordinate representation of color #552FEB: hue angle of 252.13º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552FEB is Cyan = 0.64, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 47 235 -
CMYK 0.64 0.8 0 0.08
HSL 252.13º 0.82% 0.55% -
HSV(B) 252.13º 0.8% 0.92% -
XYZ 19.76 9.96 79.48 -
YUV 79.79 215.59 131.71 -
System Red Green Blue C M Y K H S L
Decimal 85 47 235 0.64 0.8 0 0.08 252.13 0.82 0.55
Hex 55 2F EB 40 50 0 8 FC 52 37
Octal 125 57 353 100 120 0 10 374 122 67
Binary 1010101 101111 11101011 1000000 1010000 0 1000 11111100 1010010 110111

Color Harmonies of #552FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FEB

Black with #552FEB

Text Example


Text Example

White with #552FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,47,235); }

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

background-color css

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

 a { background-color: rgb(85,47,235); }

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

border-color css

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

 span { border-color: rgb(85,47,235); }

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