#350175

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

Shades of Persian Indigo #350175

Tints of Persian Indigo #350175

Color information

#350175 (or 0x350175) is unknown color: approx Persian Indigo. HEX triplet: 35, 01 and 75. RGB value is (53,1,117). Sum of RGB (Red+Green+Blue) = 53+1+117=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #350175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350175 is #CAFE8A. Grayscale: #1D1D1D. Windows color (decimal): -13303435 or 7668021. OLE color: 7668021.

HSL color Cylindrical-coordinate representation of color #350175: hue angle of 266.9º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350175 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB531117-
CMYK0.550.9900.54
HSL266.9º98.31%23.14%-
HSV(B)266.9º99.15%45.88%-
XYZ4.692.0616.98-
YUV29.77177.23144.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 117 (46.09% from 255) = 68.42%
R=30.99%
G=0.58%
B=68.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5311170.550.9900.54266.998.3123.14
Hex35175376303610b6217
Octal6511656714306641314227
Binary1101011111010111011111000110110110100001011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350175; }

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

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

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

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

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

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

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

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