#350376

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

Shades of Persian Indigo #350376

Tints of Persian Indigo #350376

Color information

#350376 (or 0x350376) is unknown color: approx Persian Indigo. HEX triplet: 35, 03 and 76. RGB value is (53,3,118). Sum of RGB (Red+Green+Blue) = 53+3+118=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #350376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350376 is #CAFC89. Grayscale: #1E1E1E. Windows color (decimal): -13302922 or 7734069. OLE color: 7734069.

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

Color convert

RGB533118-
CMYK0.550.9700.54
HSL266.09º95.04%23.73%-
HSV(B)266.09º97.46%46.27%-
XYZ4.772.1317.3-
YUV31.06177.06143.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 3 (1.56% from 255) = 1.72%
BLUE value IS 118 (46.48% from 255) = 67.82%
R=30.46%
G=1.72%
B=67.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5331180.550.9700.54266.0995.0423.73
Hex35376376103610a5f18
Octal6531666714106641213730
Binary11010111111011011011111000010110110100001010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350376; }

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

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

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

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

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

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

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

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