#360972

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

Shades of Persian Indigo #360972

Tints of Persian Indigo #360972

Color information

#360972 (or 0x360972) is unknown color: approx Persian Indigo. HEX triplet: 36, 09 and 72. RGB value is (54,9,114). Sum of RGB (Red+Green+Blue) = 54+9+114=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #360972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360972 is #C9F68D. Grayscale: #222222. Windows color (decimal): -13235854 or 7473462. OLE color: 7473462.

HSL color Cylindrical-coordinate representation of color #360972: hue angle of 265.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360972 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB549114-
CMYK0.530.9200.55
HSL265.71º85.37%24.12%-
HSV(B)265.71º92.11%44.71%-
XYZ4.662.1916.1-
YUV34.43172.91141.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.51%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 114 (44.92% from 255) = 64.41%
R=30.51%
G=5.08%
B=64.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5491140.530.9200.55265.7185.3724.12
Hex36972355C03710a5518
Octal66111626513406741212530
Binary1101101001111001011010110111000110111100001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360972; }

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

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

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

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

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

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

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

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