#361A70

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

Shades of Persian Indigo #361A70

Tints of Persian Indigo #361A70

Color information

#361A70 (or 0x361A70) is unknown color: approx Persian Indigo. HEX triplet: 36, 1A and 70. RGB value is (54,26,112). Sum of RGB (Red+Green+Blue) = 54+26+112=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #361A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A70 is #C9E58F. Grayscale: #2B2B2B. Windows color (decimal): -13231504 or 7346742. OLE color: 7346742.

HSL color Cylindrical-coordinate representation of color #361A70: hue angle of 259.53º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #361A70 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5426112-
CMYK0.520.7700.56
HSL259.53º62.32%27.06%-
HSV(B)259.53º76.79%43.92%-
XYZ4.822.6915.6-
YUV44.18166.28135.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.12%
GREEN value IS 26 (10.55% from 255) = 13.54%
BLUE value IS 112 (44.14% from 255) = 58.33%
R=28.12%
G=13.54%
B=58.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54261120.520.7700.56259.5362.3227.06
Hex361A70344D0381043e1b
Octal6632160641150704047633
Binary1101101101011100001101001001101011100010000010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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