Html Css Color HEX #552EF0 Han Purple

📋 copy color: '#552EF0'

red 85 ◦ green 46 ◦ blue 240

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

Shades of Han Purple #552EF0

Tints of Han Purple #552EF0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.4%

 BLUE value IS 240 (94.14% from 255) = 64.69%

R = 22.91%
G = 12.4%
B = 64.69%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#552EF0 (or 0x552EF0) is known color: Han Purple. HEX triplet: 55, 2E and F0. RGB value is (85,46,240). Sum of RGB (Red+Green+Blue) = 85+46+240=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 240 (94.14% from 255 or 64.69% from 371); Max value from RGB is 240 - color contains mainly: blue. Hex color #552EF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EF0 is #AAD10F. Grayscale: #4F4F4F. Windows color (decimal): -11194640 or 15740501. OLE color: 15740501.

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

Color convert

RGB 85 46 240 -
CMYK 0.65 0.81 0 0.06
HSL 252.06º 0.87% 0.56% -
HSV(B) 252.06º 0.81% 0.94% -
XYZ 20.45 10.18 83.32 -
YUV 79.78 218.42 131.73 -
System Red Green Blue C M Y K H S L
Decimal 85 46 240 0.65 0.81 0 0.06 252.06 0.87 0.56
Hex 55 2E F0 41 51 0 6 FC 57 38
Octal 125 56 360 101 121 0 6 374 127 70
Binary 1010101 101110 11110000 1000001 1010001 0 110 11111100 1010111 111000

Color Harmonies of #552EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552EF0

Black with #552EF0

Text Example


Text Example

White with #552EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,46,240); }

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

background-color css

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

 a { background-color: rgb(85,46,240); }

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

border-color css

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

 span { border-color: rgb(85,46,240); }

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