#351E9E

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

Shades of Persian Indigo #351E9E

Tints of Persian Indigo #351E9E

Color information

#351E9E (or 0x351E9E) is unknown color: approx Persian Indigo. HEX triplet: 35, 1E and 9E. RGB value is (53,30,158). Sum of RGB (Red+Green+Blue) = 53+30+158=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 158 (62.11% from 255 or 65.56% from 241); Max value from RGB is 158 - color contains mainly: blue. Hex color #351E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351E9E is #CAE161. Grayscale: #323232. Windows color (decimal): -13295970 or 10362421. OLE color: 10362421.

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

Color convert

RGB5330158-
CMYK0.660.8100.38
HSL250.78º68.09%36.86%-
HSV(B)250.78º81.01%61.96%-
XYZ8.14.1532.72-
YUV51.47188.12129.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 158 (62.11% from 255) = 65.56%
R=21.99%
G=12.45%
B=65.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53301580.660.8100.38250.7868.0936.86
Hex351E9E4251026fb4425
Octal653623610212104637310445
Binary1101011111010011110100001010100010100110111110111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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