#36107D

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

Shades of Persian Indigo #36107D

Tints of Persian Indigo #36107D

Color information

#36107D (or 0x36107D) is unknown color: approx Persian Indigo. HEX triplet: 36, 10 and 7D. RGB value is (54,16,125). Sum of RGB (Red+Green+Blue) = 54+16+125=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #36107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36107D is #C9EF82. Grayscale: #272727. Windows color (decimal): -13234051 or 8196150. OLE color: 8196150.

HSL color Cylindrical-coordinate representation of color #36107D: hue angle of 260.92º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36107D is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5416125-
CMYK0.570.8700.51
HSL260.92º77.3%27.65%-
HSV(B)260.92º87.2%49.02%-
XYZ5.412.6419.63-
YUV39.79176.09138.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 125 (49.22% from 255) = 64.10%
R=27.69%
G=8.21%
B=64.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54161250.570.8700.51260.9277.327.65
Hex36107D39570331054d1c
Octal66201757112706340511534
Binary11011010000111110111100110101110110011100000101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36107D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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