Html Css Color HEX #552BFA Han Purple

📋 copy color: '#552BFA'

red 85 ◦ green 43 ◦ blue 250

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

Shades of Han Purple #552BFA

Tints of Han Purple #552BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.14%

R = 22.49%
G = 11.38%
B = 66.14%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#552BFA (or 0x552BFA) is known color: Han Purple. HEX triplet: 55, 2B and FA. RGB value is (85,43,250). Sum of RGB (Red+Green+Blue) = 85+43+250=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #552BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552BFA is #AAD405. Grayscale: #4E4E4E. Windows color (decimal): -11195398 or 16395093. OLE color: 16395093.

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

Color convert

RGB 85 43 250 -
CMYK 0.66 0.83 0 0.02
HSL 252.17º 0.95% 0.57% -
HSV(B) 252.17º 0.83% 0.98% -
XYZ 21.87 10.56 91.33 -
YUV 79.16 224.41 132.17 -
System Red Green Blue C M Y K H S L
Decimal 85 43 250 0.66 0.83 0 0.02 252.17 0.95 0.57
Hex 55 2B FA 42 53 0 2 FC 5F 39
Octal 125 53 372 102 123 0 2 374 137 71
Binary 1010101 101011 11111010 1000010 1010011 0 10 11111100 1011111 111001

Color Harmonies of #552BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BFA

Black with #552BFA

Text Example


Text Example

White with #552BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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