Html Css Color HEX #552DEB Han Purple

📋 copy color: '#552DEB'

red 85 ◦ green 45 ◦ blue 235

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

Shades of Han Purple #552DEB

Tints of Han Purple #552DEB

RGB

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

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

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

R = 23.29%
G = 12.33%
B = 64.38%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#552DEB (or 0x552DEB) is known color: Han Purple. HEX triplet: 55, 2D and EB. RGB value is (85,45,235). Sum of RGB (Red+Green+Blue) = 85+45+235=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #552DEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552DEB is #AAD214. Grayscale: #4D4D4D. Windows color (decimal): -11194901 or 15412565. OLE color: 15412565.

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

Color convert

RGB 85 45 235 -
CMYK 0.64 0.81 0 0.08
HSL 252.63º 0.83% 0.55% -
HSV(B) 252.63º 0.81% 0.92% -
XYZ 19.68 9.81 79.45 -
YUV 78.62 216.25 132.55 -
System Red Green Blue C M Y K H S L
Decimal 85 45 235 0.64 0.81 0 0.08 252.63 0.83 0.55
Hex 55 2D EB 40 51 0 8 FD 53 37
Octal 125 55 353 100 121 0 10 375 123 67
Binary 1010101 101101 11101011 1000000 1010001 0 1000 11111101 1010011 110111

Color Harmonies of #552DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DEB

Black with #552DEB

Text Example


Text Example

White with #552DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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