#350F9D

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

Shades of Persian Indigo #350F9D

Tints of Persian Indigo #350F9D

Color information

#350F9D (or 0x350F9D) is unknown color: approx Persian Indigo. HEX triplet: 35, 0F and 9D. RGB value is (53,15,157). Sum of RGB (Red+Green+Blue) = 53+15+157=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #350F9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350F9D is #CAF062. Grayscale: #2A2A2A. Windows color (decimal): -13299811 or 10293045. OLE color: 10293045.

HSL color Cylindrical-coordinate representation of color #350F9D: hue angle of 256.06º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #350F9D is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5315157-
CMYK0.660.9000.38
HSL256.06º82.56%33.73%-
HSV(B)256.06º90.45%61.57%-
XYZ7.723.5332.17-
YUV42.55192.59135.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 157 (61.72% from 255) = 69.78%
R=23.56%
G=6.67%
B=69.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53151570.660.9000.38256.0682.5633.73
Hex35F9D425A0261005322
Octal651723510213204640012342
Binary1101011111100111011000010101101001001101000000001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,15,157); }

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

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

 a { background-color: rgb(53,15,157); }

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

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

 span { border-color: rgb(53,15,157); }

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