#362375

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

Shades of Persian Indigo #362375

Tints of Persian Indigo #362375

Color information

#362375 (or 0x362375) is unknown color: approx Persian Indigo. HEX triplet: 36, 23 and 75. RGB value is (54,35,117). Sum of RGB (Red+Green+Blue) = 54+35+117=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #362375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362375 is #C9DC8A. Grayscale: #313131. Windows color (decimal): -13229195 or 7676726. OLE color: 7676726.

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

Color convert

RGB5435117-
CMYK0.540.7000.54
HSL253.9º53.95%29.8%-
HSV(B)253.9º70.09%45.88%-
XYZ5.333.2717.18-
YUV50.03165.79130.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 117 (46.09% from 255) = 56.80%
R=26.21%
G=16.99%
B=56.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54351170.540.7000.54253.953.9529.8
Hex3623753646036fe361e
Octal6643165661060663766636
Binary1101101000111110101110110100011001101101111111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362375; }

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

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

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

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

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

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

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

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