#360CA5

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

Shades of Persian Indigo #360CA5

Tints of Persian Indigo #360CA5

Color information

#360CA5 (or 0x360CA5) is unknown color: approx Persian Indigo. HEX triplet: 36, 0C and A5. RGB value is (54,12,165). Sum of RGB (Red+Green+Blue) = 54+12+165=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 165 (64.84% from 255 or 71.43% from 231); Max value from RGB is 165 - color contains mainly: blue. Hex color #360CA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360CA5 is #C9F35A. Grayscale: #292929. Windows color (decimal): -13235035 or 10816566. OLE color: 10816566.

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

Color convert

RGB5412165-
CMYK0.670.9300.35
HSL256.47º86.44%34.71%-
HSV(B)256.47º92.73%64.71%-
XYZ8.443.7635.88-
YUV42197.41136.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 12 (5.08% from 255) = 5.19%
BLUE value IS 165 (64.84% from 255) = 71.43%
R=23.38%
G=5.19%
B=71.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal54121650.670.9300.35256.4786.4434.71
Hex36CA5435D0231005623
Octal661424510313504340012643
Binary1101101100101001011000011101110101000111000000001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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