#361679

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

Shades of Persian Indigo #361679

Tints of Persian Indigo #361679

Color information

#361679 (or 0x361679) is unknown color: approx Persian Indigo. HEX triplet: 36, 16 and 79. RGB value is (54,22,121). Sum of RGB (Red+Green+Blue) = 54+22+121=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #361679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361679 is #C9E986. Grayscale: #2A2A2A. Windows color (decimal): -13232519 or 7935542. OLE color: 7935542.

HSL color Cylindrical-coordinate representation of color #361679: hue angle of 259.39º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #361679 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5422121-
CMYK0.550.8200.53
HSL259.39º69.23%28.04%-
HSV(B)259.39º81.82%47.45%-
XYZ5.262.7418.34-
YUV42.85172.1135.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.41%
GREEN value IS 22 (8.98% from 255) = 11.17%
BLUE value IS 121 (47.66% from 255) = 61.42%
R=27.41%
G=11.17%
B=61.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54221210.550.8200.53259.3969.2328.04
Hex3616793752035103451c
Octal66261716712206540310534
Binary11011010110111100111011110100100110101100000011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361679; }

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

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

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

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

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

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

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

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