#351194

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

Shades of Persian Indigo #351194

Tints of Persian Indigo #351194

Color information

#351194 (or 0x351194) is unknown color: approx Persian Indigo. HEX triplet: 35, 11 and 94. RGB value is (53,17,148). Sum of RGB (Red+Green+Blue) = 53+17+148=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #351194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351194 is #CAEE6B. Grayscale: #2A2A2A. Windows color (decimal): -13299308 or 9703733. OLE color: 9703733.

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

Color convert

RGB5317148-
CMYK0.640.8900.42
HSL256.49º79.39%32.35%-
HSV(B)256.49º88.51%58.04%-
XYZ7.013.328.28-
YUV42.7187.43135.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 17 (7.03% from 255) = 7.80%
BLUE value IS 148 (58.20% from 255) = 67.89%
R=24.31%
G=7.80%
B=67.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53171480.640.8900.42256.4979.3932.35
Hex351194405902A1004f20
Octal652122410013105240011740
Binary11010110001100101001000000101100101010101000000001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351194; }

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

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

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

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

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

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

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

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