#352094

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

Shades of Persian Indigo #352094

Tints of Persian Indigo #352094

Color information

#352094 (or 0x352094) is unknown color: approx Persian Indigo. HEX triplet: 35, 20 and 94. RGB value is (53,32,148). Sum of RGB (Red+Green+Blue) = 53+32+148=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #352094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352094 is #CADF6B. Grayscale: #333333. Windows color (decimal): -13295468 or 9707573. OLE color: 9707573.

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

Color convert

RGB5332148-
CMYK0.640.7800.42
HSL250.86º64.44%35.29%-
HSV(B)250.86º78.38%58.04%-
XYZ7.333.9328.39-
YUV51.5182.46129.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 148 (58.20% from 255) = 63.52%
R=22.75%
G=13.73%
B=63.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53321480.640.7800.42250.8664.4435.29
Hex352094404E02Afb4023
Octal654022410011605237310043
Binary11010110000010010100100000010011100101010111110111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352094; }

 p { color: rgb(53,32,148); }

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

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

 a { background-color: rgb(53,32,148); }

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

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

 span { border-color: rgb(53,32,148); }

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