#36257A

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

Shades of Persian Indigo #36257A

Tints of Persian Indigo #36257A

Color information

#36257A (or 0x36257A) is unknown color: approx Persian Indigo. HEX triplet: 36, 25 and 7A. RGB value is (54,37,122). Sum of RGB (Red+Green+Blue) = 54+37+122=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #36257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36257A is #C9DA85. Grayscale: #333333. Windows color (decimal): -13228678 or 8004918. OLE color: 8004918.

HSL color Cylindrical-coordinate representation of color #36257A: hue angle of 252º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36257A is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5437122-
CMYK0.560.7000.52
HSL252º53.46%31.18%-
HSV(B)252º69.67%47.84%-
XYZ5.73.5118.79-
YUV51.77167.63129.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=25.35%
G=17.37%
B=57.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54371220.560.7000.5225253.4631.18
Hex36257A3846034fc351f
Octal6645172701060643746537
Binary1101101001011111010111000100011001101001111110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36257A; }

 p { color: rgb(54,37,122); }

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

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

 a { background-color: rgb(54,37,122); }

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

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

 span { border-color: rgb(54,37,122); }

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