#361AA3

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

Shades of Persian Indigo #361AA3

Tints of Persian Indigo #361AA3

Color information

#361AA3 (or 0x361AA3) is unknown color: approx Persian Indigo. HEX triplet: 36, 1A and A3. RGB value is (54,26,163). Sum of RGB (Red+Green+Blue) = 54+26+163=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 163 (64.06% from 255 or 67.08% from 243); Max value from RGB is 163 - color contains mainly: blue. Hex color #361AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361AA3 is #C9E55C. Grayscale: #313131. Windows color (decimal): -13231453 or 10689078. OLE color: 10689078.

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

Color convert

RGB5426163-
CMYK0.670.8400.36
HSL252.26º72.49%37.06%-
HSV(B)252.26º84.05%63.92%-
XYZ8.54.1735.01-
YUV49.99191.78130.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 163 (64.06% from 255) = 67.08%
R=22.22%
G=10.70%
B=67.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal54261630.670.8400.36252.2672.4937.06
Hex361AA34354024fc4825
Octal663224310312404437411045
Binary1101101101010100011100001110101000100100111111001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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