#362295

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

Shades of Persian Indigo #362295

Tints of Persian Indigo #362295

Color information

#362295 (or 0x362295) is unknown color: approx Persian Indigo. HEX triplet: 36, 22 and 95. RGB value is (54,34,149). Sum of RGB (Red+Green+Blue) = 54+34+149=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #362295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362295 is #C9DD6A. Grayscale: #343434. Windows color (decimal): -13229419 or 9773622. OLE color: 9773622.

HSL color Cylindrical-coordinate representation of color #362295: hue angle of 250.43º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #362295 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5434149-
CMYK0.640.7700.42
HSL250.43º62.84%35.88%-
HSV(B)250.43º77.18%58.43%-
XYZ7.524.128.83-
YUV53.09182.13128.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 34 (13.67% from 255) = 14.35%
BLUE value IS 149 (58.59% from 255) = 62.87%
R=22.78%
G=14.35%
B=62.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54341490.640.7700.42250.4362.8435.88
Hex362295404D02Afa3f24
Octal66422251001150523727744
Binary1101101000101001010110000001001101010101011111010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362295; }

 p { color: rgb(54,34,149); }

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

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

 a { background-color: rgb(54,34,149); }

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

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

 span { border-color: rgb(54,34,149); }

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