#362075

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

Shades of Persian Indigo #362075

Tints of Persian Indigo #362075

Color information

#362075 (or 0x362075) is unknown color: approx Persian Indigo. HEX triplet: 36, 20 and 75. RGB value is (54,32,117). Sum of RGB (Red+Green+Blue) = 54+32+117=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #362075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362075 is #C9DF8A. Grayscale: #2F2F2F. Windows color (decimal): -13229963 or 7675958. OLE color: 7675958.

HSL color Cylindrical-coordinate representation of color #362075: hue angle of 255.53º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #362075 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5432117-
CMYK0.540.7300.54
HSL255.53º57.05%29.22%-
HSV(B)255.53º72.65%45.88%-
XYZ5.253.117.15-
YUV48.27166.79132.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 117 (46.09% from 255) = 57.64%
R=26.60%
G=15.76%
B=57.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54321170.540.7300.54255.5357.0529.22
Hex3620753649036100391d
Octal6640165661110664007135
Binary11011010000011101011101101001001011011010000000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362075; }

 p { color: rgb(54,32,117); }

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

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

 a { background-color: rgb(54,32,117); }

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

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

 span { border-color: rgb(54,32,117); }

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