#360FA4

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

Shades of Persian Indigo #360FA4

Tints of Persian Indigo #360FA4

Color information

#360FA4 (or 0x360FA4) is unknown color: approx Persian Indigo. HEX triplet: 36, 0F and A4. RGB value is (54,15,164). Sum of RGB (Red+Green+Blue) = 54+15+164=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 164 (64.45% from 255 or 70.39% from 233); Max value from RGB is 164 - color contains mainly: blue. Hex color #360FA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360FA4 is #C9F05B. Grayscale: #2B2B2B. Windows color (decimal): -13234268 or 10751798. OLE color: 10751798.

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

Color convert

RGB5415164-
CMYK0.670.9100.36
HSL255.7º83.24%35.1%-
HSV(B)255.7º90.85%64.31%-
XYZ8.393.8135.41-
YUV43.65195.92135.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 15 (6.25% from 255) = 6.44%
BLUE value IS 164 (64.45% from 255) = 70.39%
R=23.18%
G=6.44%
B=70.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal54151640.670.9100.36255.783.2435.1
Hex36FA4435B0241005323
Octal661724410313304440012343
Binary1101101111101001001000011101101101001001000000001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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