#36177F

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

Shades of Persian Indigo #36177F

Tints of Persian Indigo #36177F

Color information

#36177F (or 0x36177F) is unknown color: approx Persian Indigo. HEX triplet: 36, 17 and 7F. RGB value is (54,23,127). Sum of RGB (Red+Green+Blue) = 54+23+127=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #36177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36177F is #C9E880. Grayscale: #2B2B2B. Windows color (decimal): -13232257 or 8329014. OLE color: 8329014.

HSL color Cylindrical-coordinate representation of color #36177F: hue angle of 257.88º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #36177F is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5423127-
CMYK0.570.8200.50
HSL257.88º69.33%29.41%-
HSV(B)257.88º81.89%49.8%-
XYZ5.662.9320.35-
YUV44.12174.77135.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 23 (9.38% from 255) = 11.27%
BLUE value IS 127 (50% from 255) = 62.25%
R=26.47%
G=11.27%
B=62.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54231270.570.8200.50257.8869.3329.41
Hex36177F3952032102451d
Octal66271777112206240210535
Binary11011010111111111111100110100100110010100000010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36177F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36177F; }

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

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

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

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

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

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

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

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