#350994

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

Shades of Persian Indigo #350994

Tints of Persian Indigo #350994

Color information

#350994 (or 0x350994) is unknown color: approx Persian Indigo. HEX triplet: 35, 09 and 94. RGB value is (53,9,148). Sum of RGB (Red+Green+Blue) = 53+9+148=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #350994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350994 is #CAF66B. Grayscale: #252525. Windows color (decimal): -13301356 or 9701685. OLE color: 9701685.

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

Color convert

RGB539148-
CMYK0.640.9400.42
HSL258.99º88.54%30.78%-
HSV(B)258.99º93.92%58.04%-
XYZ6.913.0928.25-
YUV38190.08138.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 148 (58.20% from 255) = 70.48%
R=25.24%
G=4.29%
B=70.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5391480.640.9400.42258.9988.5430.78
Hex35994405E02A103591f
Octal651122410013605240313137
Binary110101100110010100100000010111100101010100000011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350994; }

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

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

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

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

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

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

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

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