#361693

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

Shades of Persian Indigo #361693

Tints of Persian Indigo #361693

Color information

#361693 (or 0x361693) is unknown color: approx Persian Indigo. HEX triplet: 36, 16 and 93. RGB value is (54,22,147). Sum of RGB (Red+Green+Blue) = 54+22+147=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #361693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361693 is #C9E96C. Grayscale: #2D2D2D. Windows color (decimal): -13232493 or 9639478. OLE color: 9639478.

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

Color convert

RGB5422147-
CMYK0.630.8500.42
HSL255.36º73.96%33.14%-
HSV(B)255.36º85.03%57.65%-
XYZ7.073.4627.9-
YUV45.82185.1133.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 147 (57.81% from 255) = 65.92%
R=24.22%
G=9.87%
B=65.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54221470.630.8500.42255.3673.9633.14
Hex3616933F5502Aff4a21
Octal66262237712505237711241
Binary110110101101001001111111110101010101010111111111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361693; }

 p { color: rgb(54,22,147); }

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

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

 a { background-color: rgb(54,22,147); }

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

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

 span { border-color: rgb(54,22,147); }

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