#361795

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

Shades of Persian Indigo #361795

Tints of Persian Indigo #361795

Color information

#361795 (or 0x361795) is unknown color: approx Persian Indigo. HEX triplet: 36, 17 and 95. RGB value is (54,23,149). Sum of RGB (Red+Green+Blue) = 54+23+149=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #361795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361795 is #C9E86A. Grayscale: #2E2E2E. Windows color (decimal): -13232235 or 9770806. OLE color: 9770806.

HSL color Cylindrical-coordinate representation of color #361795: hue angle of 254.76º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361795 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5423149-
CMYK0.640.8500.42
HSL254.76º73.26%33.73%-
HSV(B)254.76º84.56%58.43%-
XYZ7.253.5728.74-
YUV46.63185.77133.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 149 (58.59% from 255) = 65.93%
R=23.89%
G=10.18%
B=65.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54231490.640.8500.42254.7673.2633.73
Hex361795405502Aff4922
Octal662722510012505237711142
Binary1101101011110010101100000010101010101010111111111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361795; }

 p { color: rgb(54,23,149); }

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

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

 a { background-color: rgb(54,23,149); }

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

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

 span { border-color: rgb(54,23,149); }

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