#360975

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

Shades of Persian Indigo #360975

Tints of Persian Indigo #360975

Color information

#360975 (or 0x360975) is unknown color: approx Persian Indigo. HEX triplet: 36, 09 and 75. RGB value is (54,9,117). Sum of RGB (Red+Green+Blue) = 54+9+117=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #360975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360975 is #C9F68A. Grayscale: #222222. Windows color (decimal): -13235851 or 7670070. OLE color: 7670070.

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

Color convert

RGB549117-
CMYK0.540.9200.54
HSL265º85.71%24.71%-
HSV(B)265º92.31%45.88%-
XYZ4.832.2617.01-
YUV34.77174.41141.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 117 (46.09% from 255) = 65%
R=30%
G=5%
B=65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5491170.540.9200.5426585.7124.71
Hex36975365C0361095619
Octal66111656613406641112631
Binary1101101001111010111011010111000110110100001001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360975; }

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

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

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

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

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

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

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

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