#361F7A

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

Shades of Persian Indigo #361F7A

Tints of Persian Indigo #361F7A

Color information

#361F7A (or 0x361F7A) is unknown color: approx Persian Indigo. HEX triplet: 36, 1F and 7A. RGB value is (54,31,122). Sum of RGB (Red+Green+Blue) = 54+31+122=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #361F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361F7A is #C9E085. Grayscale: #2F2F2F. Windows color (decimal): -13230214 or 8003382. OLE color: 8003382.

HSL color Cylindrical-coordinate representation of color #361F7A: hue angle of 255.16º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #361F7A is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5431122-
CMYK0.560.7500.52
HSL255.16º59.48%30%-
HSV(B)255.16º74.59%47.84%-
XYZ5.523.1718.73-
YUV48.25169.62132.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 31 (12.5% from 255) = 14.98%
BLUE value IS 122 (48.05% from 255) = 58.94%
R=26.09%
G=14.98%
B=58.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54311220.560.7500.52255.1659.4830
Hex361F7A384B034ff3b1e
Octal6637172701130643777336
Binary110110111111111010111000100101101101001111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361F7A; }

 p { color: rgb(54,31,122); }

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

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

 a { background-color: rgb(54,31,122); }

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

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

 span { border-color: rgb(54,31,122); }

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