#350C75

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

Shades of Persian Indigo #350C75

Tints of Persian Indigo #350C75

Color information

#350C75 (or 0x350C75) is unknown color: approx Persian Indigo. HEX triplet: 35, 0C and 75. RGB value is (53,12,117). Sum of RGB (Red+Green+Blue) = 53+12+117=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #350C75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350C75 is #CAF38A. Grayscale: #232323. Windows color (decimal): -13300619 or 7670837. OLE color: 7670837.

HSL color Cylindrical-coordinate representation of color #350C75: hue angle of 263.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #350C75 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5312117-
CMYK0.550.9000.54
HSL263.43º81.4%25.29%-
HSV(B)263.43º89.74%45.88%-
XYZ4.812.317.02-
YUV36.23173.58139.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 12 (5.08% from 255) = 6.59%
BLUE value IS 117 (46.09% from 255) = 64.29%
R=29.12%
G=6.59%
B=64.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53121170.550.9000.54263.4381.425.29
Hex35C75375A0361075119
Octal65141656713206640712131
Binary1101011100111010111011110110100110110100000111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350C75; }

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

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

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

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

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

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

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

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