#361D95

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

Shades of Persian Indigo #361D95

Tints of Persian Indigo #361D95

Color information

#361D95 (or 0x361D95) is unknown color: approx Persian Indigo. HEX triplet: 36, 1D and 95. RGB value is (54,29,149). Sum of RGB (Red+Green+Blue) = 54+29+149=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #361D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361D95 is #C9E26A. Grayscale: #313131. Windows color (decimal): -13230699 or 9772342. OLE color: 9772342.

HSL color Cylindrical-coordinate representation of color #361D95: hue angle of 252.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361D95 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5429149-
CMYK0.640.8100.42
HSL252.5º67.42%34.9%-
HSV(B)252.5º80.54%58.43%-
XYZ7.393.8328.78-
YUV50.16183.78130.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 29 (11.72% from 255) = 12.5%
BLUE value IS 149 (58.59% from 255) = 64.22%
R=23.28%
G=12.5%
B=64.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54291490.640.8100.42252.567.4234.9
Hex361D95405102Afc4323
Octal663522510012105237410343
Binary1101101110110010101100000010100010101010111111001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,29,149); }

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

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

 a { background-color: rgb(54,29,149); }

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

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

 span { border-color: rgb(54,29,149); }

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