#360167

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

Shades of Persian Indigo #360167

Tints of Persian Indigo #360167

Color information

#360167 (or 0x360167) is unknown color: approx Persian Indigo. HEX triplet: 36, 01 and 67. RGB value is (54,1,103). Sum of RGB (Red+Green+Blue) = 54+1+103=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 103 (40.62% from 255 or 65.19% from 158); Max value from RGB is 103 - color contains mainly: blue. Hex color #360167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360167 is #C9FE98. Grayscale: #1C1C1C. Windows color (decimal): -13237913 or 6750518. OLE color: 6750518.

HSL color Cylindrical-coordinate representation of color #360167: hue angle of 271.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360167 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB541103-
CMYK0.480.9900.60
HSL271.18º98.08%20.39%-
HSV(B)271.18º99.03%40.39%-
XYZ3.981.7912.97-
YUV28.48170.06146.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.18%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 103 (40.62% from 255) = 65.19%
R=34.18%
G=0.63%
B=65.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5411030.480.9900.60271.1898.0820.39
Hex36167306303C10f6214
Octal6611476014307441714224
Binary1101101110011111000011000110111100100001111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360167; }

 p { color: rgb(54,1,103); }

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

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

 a { background-color: rgb(54,1,103); }

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

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

 span { border-color: rgb(54,1,103); }

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