#350193

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

Shades of Persian Indigo #350193

Tints of Persian Indigo #350193

Color information

#350193 (or 0x350193) is unknown color: approx Persian Indigo. HEX triplet: 35, 01 and 93. RGB value is (53,1,147). Sum of RGB (Red+Green+Blue) = 53+1+147=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #350193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350193 is #CAFE6C. Grayscale: #202020. Windows color (decimal): -13303405 or 9634101. OLE color: 9634101.

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

Color convert

RGB531147-
CMYK0.640.9900.42
HSL261.37º98.65%29.02%-
HSV(B)261.37º99.32%57.65%-
XYZ6.752.8927.81-
YUV33.19192.23142.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 147 (57.81% from 255) = 73.13%
R=26.37%
G=0.50%
B=73.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5311470.640.9900.42261.3798.6529.02
Hex35193406302A105631d
Octal65122310014305240514335
Binary110101110010011100000011000110101010100000101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350193; }

 p { color: rgb(53,1,147); }

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

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

 a { background-color: rgb(53,1,147); }

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

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

 span { border-color: rgb(53,1,147); }

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