#351E9A

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

Shades of Persian Indigo #351E9A

Tints of Persian Indigo #351E9A

Color information

#351E9A (or 0x351E9A) is unknown color: approx Persian Indigo. HEX triplet: 35, 1E and 9A. RGB value is (53,30,154). Sum of RGB (Red+Green+Blue) = 53+30+154=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #351E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351E9A is #CAE165. Grayscale: #323232. Windows color (decimal): -13295974 or 10100277. OLE color: 10100277.

HSL color Cylindrical-coordinate representation of color #351E9A: hue angle of 251.13º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #351E9A is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5330154-
CMYK0.660.8100.40
HSL251.13º67.39%36.08%-
HSV(B)251.13º80.52%60.39%-
XYZ7.774.0230.94-
YUV51.01186.12129.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 154 (60.55% from 255) = 64.98%
R=22.36%
G=12.66%
B=64.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53301540.660.8100.40251.1367.3936.08
Hex351E9A4251028fb4324
Octal653623210212105037310344
Binary1101011111010011010100001010100010101000111110111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,30,154); }

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

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

 a { background-color: rgb(53,30,154); }

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

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

 span { border-color: rgb(53,30,154); }

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