#361CA3

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

Shades of Persian Indigo #361CA3

Tints of Persian Indigo #361CA3

Color information

#361CA3 (or 0x361CA3) is unknown color: approx Persian Indigo. HEX triplet: 36, 1C and A3. RGB value is (54,28,163). Sum of RGB (Red+Green+Blue) = 54+28+163=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 163 (64.06% from 255 or 66.53% from 245); Max value from RGB is 163 - color contains mainly: blue. Hex color #361CA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361CA3 is #C9E35C. Grayscale: #323232. Windows color (decimal): -13230941 or 10689590. OLE color: 10689590.

HSL color Cylindrical-coordinate representation of color #361CA3: hue angle of 251.56º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #361CA3 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5428163-
CMYK0.670.8300.36
HSL251.56º70.68%37.45%-
HSV(B)251.56º82.82%63.92%-
XYZ8.554.2635.02-
YUV51.16191.11130.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 28 (11.33% from 255) = 11.43%
BLUE value IS 163 (64.06% from 255) = 66.53%
R=22.04%
G=11.43%
B=66.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal54281630.670.8300.36251.5670.6837.45
Hex361CA34353024fc4725
Octal663424310312304437410745
Binary1101101110010100011100001110100110100100111111001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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