Html Css Color HEX #552BDF Han Purple

📋 copy color: '#552BDF'

red 85 ◦ green 43 ◦ blue 223

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

Shades of Han Purple #552BDF

Tints of Han Purple #552BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.25%

 BLUE value IS 223 (87.5% from 255) = 63.53%

R = 24.22%
G = 12.25%
B = 63.53%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#552BDF (or 0x552BDF) is known color: Han Purple. HEX triplet: 55, 2B and DF. RGB value is (85,43,223). Sum of RGB (Red+Green+Blue) = 85+43+223=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #552BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BDF is #AAD420. Grayscale: #4B4B4B. Windows color (decimal): -11195425 or 14625621. OLE color: 14625621.

HSL color Cylindrical-coordinate representation of color #552BDF: hue angle of 254º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552BDF is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 43 223 -
CMYK 0.62 0.81 0 0.13
HSL 254º 0.74% 0.52% -
HSV(B) 254º 0.81% 0.87% -
XYZ 17.93 8.99 70.6 -
YUV 76.08 210.91 134.36 -
System Red Green Blue C M Y K H S L
Decimal 85 43 223 0.62 0.81 0 0.13 254 0.74 0.52
Hex 55 2B DF 3E 51 0 D FE 4A 34
Octal 125 53 337 76 121 0 15 376 112 64
Binary 1010101 101011 11011111 111110 1010001 0 1101 11111110 1001010 110100

Color Harmonies of #552BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BDF

Black with #552BDF

Text Example


Text Example

White with #552BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,43,223); }

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

background-color css

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

 a { background-color: rgb(85,43,223); }

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

border-color css

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

 span { border-color: rgb(85,43,223); }

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