#351F9D

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

Shades of Persian Indigo #351F9D

Tints of Persian Indigo #351F9D

Color information

#351F9D (or 0x351F9D) is unknown color: approx Persian Indigo. HEX triplet: 35, 1F and 9D. RGB value is (53,31,157). Sum of RGB (Red+Green+Blue) = 53+31+157=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #351F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351F9D is #CAE062. Grayscale: #333333. Windows color (decimal): -13295715 or 10297141. OLE color: 10297141.

HSL color Cylindrical-coordinate representation of color #351F9D: hue angle of 250.48º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351F9D is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5331157-
CMYK0.660.8000.38
HSL250.48º67.02%36.86%-
HSV(B)250.48º80.25%61.57%-
XYZ8.044.1732.28-
YUV51.94187.29128.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 31 (12.5% from 255) = 12.86%
BLUE value IS 157 (61.72% from 255) = 65.15%
R=21.99%
G=12.86%
B=65.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53311570.660.8000.38250.4867.0236.86
Hex351F9D4250026fa4325
Octal653723510212004637210345
Binary1101011111110011101100001010100000100110111110101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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