#36107B

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

Shades of Persian Indigo #36107B

Tints of Persian Indigo #36107B

Color information

#36107B (or 0x36107B) is unknown color: approx Persian Indigo. HEX triplet: 36, 10 and 7B. RGB value is (54,16,123). Sum of RGB (Red+Green+Blue) = 54+16+123=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #36107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36107B is #C9EF84. Grayscale: #272727. Windows color (decimal): -13234053 or 8065078. OLE color: 8065078.

HSL color Cylindrical-coordinate representation of color #36107B: hue angle of 261.31º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36107B is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5416123-
CMYK0.560.8700.52
HSL261.31º76.98%27.25%-
HSV(B)261.31º86.99%48.24%-
XYZ5.282.5818.96-
YUV39.56175.09138.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.98%
GREEN value IS 16 (6.64% from 255) = 8.29%
BLUE value IS 123 (48.44% from 255) = 63.73%
R=27.98%
G=8.29%
B=63.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54161230.560.8700.52261.3176.9827.25
Hex36107B38570341054d1b
Octal66201737012706440511533
Binary11011010000111101111100010101110110100100000101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36107B; }

 p { color: rgb(54,16,123); }

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

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

 a { background-color: rgb(54,16,123); }

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

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

 span { border-color: rgb(54,16,123); }

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