#350378

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

Shades of Persian Indigo #350378

Tints of Persian Indigo #350378

Color information

#350378 (or 0x350378) is unknown color: approx Persian Indigo. HEX triplet: 35, 03 and 78. RGB value is (53,3,120). Sum of RGB (Red+Green+Blue) = 53+3+120=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 120 (47.27% from 255 or 68.18% from 176); Max value from RGB is 120 - color contains mainly: blue. Hex color #350378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350378 is #CAFC87. Grayscale: #1E1E1E. Windows color (decimal): -13302920 or 7865141. OLE color: 7865141.

HSL color Cylindrical-coordinate representation of color #350378: hue angle of 265.64º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350378 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB533120-
CMYK0.560.9800.53
HSL265.64º95.12%24.12%-
HSV(B)265.64º97.5%47.06%-
XYZ4.892.1817.93-
YUV31.29178.06143.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.11%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 120 (47.27% from 255) = 68.18%
R=30.11%
G=1.70%
B=68.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5331200.560.9800.53265.6495.1224.12
Hex35378386203510a5f18
Octal6531707014206541213730
Binary11010111111100011100011000100110101100001010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350378; }

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

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

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

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

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

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

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

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