#350368

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

Shades of Persian Indigo #350368

Tints of Persian Indigo #350368

Color information

#350368 (or 0x350368) is unknown color: approx Persian Indigo. HEX triplet: 35, 03 and 68. RGB value is (53,3,104). Sum of RGB (Red+Green+Blue) = 53+3+104=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #350368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350368 is #CAFC97. Grayscale: #1D1D1D. Windows color (decimal): -13302936 or 6816565. OLE color: 6816565.

HSL color Cylindrical-coordinate representation of color #350368: hue angle of 269.7º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #350368 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB533104-
CMYK0.490.9700.59
HSL269.7º94.39%20.98%-
HSV(B)269.7º97.12%40.78%-
XYZ41.8213.24-
YUV29.46170.06144.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 3 (1.56% from 255) = 1.88%
BLUE value IS 104 (41.02% from 255) = 65%
R=33.12%
G=1.88%
B=65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5331040.490.9700.59269.794.3920.98
Hex35368316103B10e5e15
Octal6531506114107341613625
Binary11010111110100011000111000010111011100001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350368; }

 p { color: rgb(53,3,104); }

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

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

 a { background-color: rgb(53,3,104); }

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

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

 span { border-color: rgb(53,3,104); }

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