#352292

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

Shades of Persian Indigo #352292

Tints of Persian Indigo #352292

Color information

#352292 (or 0x352292) is unknown color: approx Persian Indigo. HEX triplet: 35, 22 and 92. RGB value is (53,34,146). Sum of RGB (Red+Green+Blue) = 53+34+146=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #352292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352292 is #CADD6D. Grayscale: #343434. Windows color (decimal): -13294958 or 9577013. OLE color: 9577013.

HSL color Cylindrical-coordinate representation of color #352292: hue angle of 250.18º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #352292 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5334146-
CMYK0.640.7700.43
HSL250.18º62.22%35.29%-
HSV(B)250.18º76.71%57.25%-
XYZ7.233.9827.58-
YUV52.45180.79128.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 34 (13.67% from 255) = 14.59%
BLUE value IS 146 (57.42% from 255) = 62.66%
R=22.75%
G=14.59%
B=62.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53341460.640.7700.43250.1862.2235.29
Hex352292404D02Bfa3e23
Octal65422221001150533727643
Binary1101011000101001001010000001001101010101111111010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352292; }

 p { color: rgb(53,34,146); }

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

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

 a { background-color: rgb(53,34,146); }

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

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

 span { border-color: rgb(53,34,146); }

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