#361C95

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

Shades of Persian Indigo #361C95

Tints of Persian Indigo #361C95

Color information

#361C95 (or 0x361C95) is unknown color: approx Persian Indigo. HEX triplet: 36, 1C and 95. RGB value is (54,28,149). Sum of RGB (Red+Green+Blue) = 54+28+149=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #361C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361C95 is #C9E36A. Grayscale: #313131. Windows color (decimal): -13230955 or 9772086. OLE color: 9772086.

HSL color Cylindrical-coordinate representation of color #361C95: hue angle of 252.89º degrees, saturation: 0.68, 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 #361C95 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5428149-
CMYK0.640.8100.42
HSL252.89º68.36%34.71%-
HSV(B)252.89º81.21%58.43%-
XYZ7.363.7828.78-
YUV49.57184.11131.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 149 (58.59% from 255) = 64.50%
R=23.38%
G=12.12%
B=64.50%

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
Decimal54281490.640.8100.42252.8968.3634.71
Hex361C95405102Afd4423
Octal663422510012105237510443
Binary1101101110010010101100000010100010101010111111011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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