#361FB1

Color #361FB1 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #361FB1

Tints of Persian Blue #361FB1

Color information

#361FB1 (or 0x361FB1) is unknown color: approx Persian Blue. HEX triplet: 36, 1F and B1. RGB value is (54,31,177). Sum of RGB (Red+Green+Blue) = 54+31+177=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 177 (69.53% from 255 or 67.56% from 262); Max value from RGB is 177 - color contains mainly: blue. Hex color #361FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361FB1 is #C9E04E. Grayscale: #353535. Windows color (decimal): -13230159 or 11607862. OLE color: 11607862.

HSL color Cylindrical-coordinate representation of color #361FB1: hue angle of 249.45º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #361FB1 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5431177-
CMYK0.690.8200.31
HSL249.45º70.19%40.78%-
HSV(B)249.45º82.49%69.41%-
XYZ9.954.9442.02-
YUV54.52197.12127.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 31 (12.5% from 255) = 11.83%
BLUE value IS 177 (69.53% from 255) = 67.56%
R=20.61%
G=11.83%
B=67.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54311770.690.8200.31249.4570.1940.78
Hex361FB1455201Ff94629
Octal663726110512203737110651
Binary110110111111011000110001011010010011111111110011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361FB1; }

 p { color: rgb(54,31,177); }

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

<style>
 a { background-color: #361FB1; }

 a { background-color: rgb(54,31,177); }

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

<style>
 span { border-color: #361FB1; }

 span { border-color: rgb(54,31,177); }

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