#5247C1

Color #5247C1 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5247C1

Tints of Rich Blue #5247C1

Color information

#5247C1 (or 0x5247C1) is unknown color: approx Rich Blue. HEX triplet: 52, 47 and C1. RGB value is (82,71,193). Sum of RGB (Red+Green+Blue) = 82+71+193=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 193 (75.78% from 255 or 55.78% from 346); Max value from RGB is 193 - color contains mainly: blue. Hex color #5247C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5247C1 is #ADB83E. Grayscale: #575757. Windows color (decimal): -11384895 or 12666706. OLE color: 12666706.

HSL color Cylindrical-coordinate representation of color #5247C1: hue angle of 245.41º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5247C1 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8271193-
CMYK0.580.6300.24
HSL245.41º49.59%51.76%-
HSV(B)245.41º63.21%75.69%-
XYZ15.3610.1551.6-
YUV88.2187.14123.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 71 (28.12% from 255) = 20.52%
BLUE value IS 193 (75.78% from 255) = 55.78%
R=23.70%
G=20.52%
B=55.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82711930.580.6300.24245.4149.5951.76
Hex5247C13A3F018f53234
Octal12210730172770303656264
Binary101001010001111100000111101011111101100011110101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5247C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5247C1; }

 p { color: rgb(82,71,193); }

 H1.HeaderClassName
 {
   color: #5247C1;
 }
 .AnyTagClassName
 {
   color: #5247C1;
 }
</style>
background-color css

<style>
 a { background-color: #5247C1; }

 a { background-color: rgb(82,71,193); }

 div.DivClassName
 {
   background-color: #5247C1;
 }
 .BgClassName
 {
   background-color: #5247C1;
 }
</style>
border-color css

<style>
 span { border-color: #5247C1; }

 span { border-color: rgb(82,71,193); }

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