#361677

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

Shades of Persian Indigo #361677

Tints of Persian Indigo #361677

Color information

#361677 (or 0x361677) is unknown color: approx Persian Indigo. HEX triplet: 36, 16 and 77. RGB value is (54,22,119). Sum of RGB (Red+Green+Blue) = 54+22+119=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #361677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361677 is #C9E988. Grayscale: #2A2A2A. Windows color (decimal): -13232521 or 7804470. OLE color: 7804470.

HSL color Cylindrical-coordinate representation of color #361677: hue angle of 259.79º 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 #361677 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5422119-
CMYK0.550.8200.53
HSL259.79º68.79%27.65%-
HSV(B)259.79º81.51%46.67%-
XYZ5.142.6917.7-
YUV42.63171.1136.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 119 (46.88% from 255) = 61.03%
R=27.69%
G=11.28%
B=61.03%

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
Decimal54221190.550.8200.53259.7968.7927.65
Hex3616773752035104451c
Octal66261676712206540410534
Binary11011010110111011111011110100100110101100000100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361677; }

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

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

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

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

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

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

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

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