#361D8D

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

Shades of Persian Indigo #361D8D

Tints of Persian Indigo #361D8D

Color information

#361D8D (or 0x361D8D) is unknown color: approx Persian Indigo. HEX triplet: 36, 1D and 8D. RGB value is (54,29,141). Sum of RGB (Red+Green+Blue) = 54+29+141=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #361D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361D8D is #C9E272. Grayscale: #303030. Windows color (decimal): -13230707 or 9248054. OLE color: 9248054.

HSL color Cylindrical-coordinate representation of color #361D8D: hue angle of 253.39º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #361D8D is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5429141-
CMYK0.620.7900.45
HSL253.39º65.88%33.33%-
HSV(B)253.39º79.43%55.29%-
XYZ6.773.5925.53-
YUV49.24179.78131.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 29 (11.72% from 255) = 12.95%
BLUE value IS 141 (55.47% from 255) = 62.95%
R=24.11%
G=12.95%
B=62.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54291410.620.7900.45253.3965.8833.33
Hex361D8D3E4F02Dfd4221
Octal66352157611705537510241
Binary110110111011000110111111010011110101101111111011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,29,141); }

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

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

 a { background-color: rgb(54,29,141); }

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

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

 span { border-color: rgb(54,29,141); }

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