#360A75

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

Shades of Persian Indigo #360A75

Tints of Persian Indigo #360A75

Color information

#360A75 (or 0x360A75) is unknown color: approx Persian Indigo. HEX triplet: 36, 0A and 75. RGB value is (54,10,117). Sum of RGB (Red+Green+Blue) = 54+10+117=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #360A75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360A75 is #C9F58A. Grayscale: #222222. Windows color (decimal): -13235595 or 7670326. OLE color: 7670326.

HSL color Cylindrical-coordinate representation of color #360A75: hue angle of 264.67º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360A75 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5410117-
CMYK0.540.9100.54
HSL264.67º84.25%24.9%-
HSV(B)264.67º91.45%45.88%-
XYZ4.842.2917.02-
YUV35.35174.08141.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 10 (4.30% from 255) = 5.52%
BLUE value IS 117 (46.09% from 255) = 64.64%
R=29.83%
G=5.52%
B=64.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54101170.540.9100.54264.6784.2524.9
Hex36A75365B0361095419
Octal66121656613306641112431
Binary1101101010111010111011010110110110110100001001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,10,117); }

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

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

 a { background-color: rgb(54,10,117); }

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

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

 span { border-color: rgb(54,10,117); }

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