Html Css Color HEX #552CF2 Han Purple

📋 copy color: '#552CF2'

red 85 ◦ green 44 ◦ blue 242

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

Shades of Han Purple #552CF2

Tints of Han Purple #552CF2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.86%

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

R = 22.91%
G = 11.86%
B = 65.23%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#552CF2 (or 0x552CF2) is known color: Han Purple. HEX triplet: 55, 2C and F2. RGB value is (85,44,242). Sum of RGB (Red+Green+Blue) = 85+44+242=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 242 (94.92% from 255 or 65.23% from 371); Max value from RGB is 242 - color contains mainly: blue. Hex color #552CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552CF2 is #AAD30D. Grayscale: #4E4E4E. Windows color (decimal): -11195150 or 15871061. OLE color: 15871061.

HSL color Cylindrical-coordinate representation of color #552CF2: hue angle of 252.42º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552CF2 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 44 242 -
CMYK 0.65 0.82 0 0.05
HSL 252.42º 0.88% 0.56% -
HSV(B) 252.42º 0.82% 0.95% -
XYZ 20.67 10.14 84.87 -
YUV 78.83 220.08 132.4 -
System Red Green Blue C M Y K H S L
Decimal 85 44 242 0.65 0.82 0 0.05 252.42 0.88 0.56
Hex 55 2C F2 41 52 0 5 FC 58 38
Octal 125 54 362 101 122 0 5 374 130 70
Binary 1010101 101100 11110010 1000001 1010010 0 101 11111100 1011000 111000

Color Harmonies of #552CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552CF2

Black with #552CF2

Text Example


Text Example

White with #552CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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