#361A9A

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

Shades of Persian Indigo #361A9A

Tints of Persian Indigo #361A9A

Color information

#361A9A (or 0x361A9A) is unknown color: approx Persian Indigo. HEX triplet: 36, 1A and 9A. RGB value is (54,26,154). Sum of RGB (Red+Green+Blue) = 54+26+154=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #361A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361A9A is #C9E565. Grayscale: #303030. Windows color (decimal): -13231462 or 10099254. OLE color: 10099254.

HSL color Cylindrical-coordinate representation of color #361A9A: hue angle of 253.12º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #361A9A is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5426154-
CMYK0.650.8300.40
HSL253.12º71.11%35.29%-
HSV(B)253.12º83.12%60.39%-
XYZ7.723.8630.91-
YUV48.96187.28131.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 26 (10.55% from 255) = 11.11%
BLUE value IS 154 (60.55% from 255) = 65.81%
R=23.08%
G=11.11%
B=65.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54261540.650.8300.40253.1271.1135.29
Hex361A9A4153028fd4723
Octal663223210112305037510743
Binary1101101101010011010100000110100110101000111111011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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