Html Css Color HEX #552EFB Han Purple

📋 copy color: '#552EFB'

red 85 ◦ green 46 ◦ blue 251

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

Shades of Han Purple #552EFB

Tints of Han Purple #552EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.71%

R = 22.25%
G = 12.04%
B = 65.71%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#552EFB (or 0x552EFB) is known color: Han Purple. HEX triplet: 55, 2E and FB. RGB value is (85,46,251). Sum of RGB (Red+Green+Blue) = 85+46+251=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 46 (18.36% from 255 or 12.04% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #552EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EFB is #AAD104. Grayscale: #505050. Windows color (decimal): -11194629 or 16461397. OLE color: 16461397.

HSL color Cylindrical-coordinate representation of color #552EFB: hue angle of 251.41º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552EFB is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 46 251 -
CMYK 0.66 0.82 0 0.02
HSL 251.41º 0.96% 0.58% -
HSV(B) 251.41º 0.82% 0.98% -
XYZ 22.14 10.85 92.19 -
YUV 81.03 223.92 130.83 -
System Red Green Blue C M Y K H S L
Decimal 85 46 251 0.66 0.82 0 0.02 251.41 0.96 0.58
Hex 55 2E FB 42 52 0 2 FB 60 3A
Octal 125 56 373 102 122 0 2 373 140 72
Binary 1010101 101110 11111011 1000010 1010010 0 10 11111011 1100000 111010

Color Harmonies of #552EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552EFB

Black with #552EFB

Text Example


Text Example

White with #552EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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