#360FA5

Color #360FA5 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #360FA5

Tints of Persian Indigo #360FA5

Color information

#360FA5 (or 0x360FA5) is unknown color: approx Persian Indigo. HEX triplet: 36, 0F and A5. RGB value is (54,15,165). Sum of RGB (Red+Green+Blue) = 54+15+165=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 165 (64.84% from 255 or 70.51% from 234); Max value from RGB is 165 - color contains mainly: blue. Hex color #360FA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360FA5 is #C9F05A. Grayscale: #2B2B2B. Windows color (decimal): -13234267 or 10817334. OLE color: 10817334.

HSL color Cylindrical-coordinate representation of color #360FA5: hue angle of 255.6º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360FA5 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5415165-
CMYK0.670.9100.35
HSL255.6º83.33%35.29%-
HSV(B)255.6º90.91%64.71%-
XYZ8.483.8435.89-
YUV43.76196.42135.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 15 (6.25% from 255) = 6.41%
BLUE value IS 165 (64.84% from 255) = 70.51%
R=23.08%
G=6.41%
B=70.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal54151650.670.9100.35255.683.3335.29
Hex36FA5435B0231005323
Octal661724510313304340012343
Binary1101101111101001011000011101101101000111000000001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360FA5; }

 p { color: rgb(54,15,165); }

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

<style>
 a { background-color: #360FA5; }

 a { background-color: rgb(54,15,165); }

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

<style>
 span { border-color: #360FA5; }

 span { border-color: rgb(54,15,165); }

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