#361D71

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

Shades of Persian Indigo #361D71

Tints of Persian Indigo #361D71

Color information

#361D71 (or 0x361D71) is unknown color: approx Persian Indigo. HEX triplet: 36, 1D and 71. RGB value is (54,29,113). Sum of RGB (Red+Green+Blue) = 54+29+113=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #361D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361D71 is #C9E28E. Grayscale: #2D2D2D. Windows color (decimal): -13230735 or 7413046. OLE color: 7413046.

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

Color convert

RGB5429113-
CMYK0.520.7400.56
HSL257.86º59.15%27.84%-
HSV(B)257.86º74.34%44.31%-
XYZ4.942.8615.91-
YUV46.05165.78133.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.55%
GREEN value IS 29 (11.72% from 255) = 14.80%
BLUE value IS 113 (44.53% from 255) = 57.65%
R=27.55%
G=14.80%
B=57.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54291130.520.7400.56257.8659.1527.84
Hex361D71344A0381023b1c
Octal6635161641120704027334
Binary1101101110111100011101001001010011100010000001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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