#351A95

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

Shades of Persian Indigo #351A95

Tints of Persian Indigo #351A95

Color information

#351A95 (or 0x351A95) is unknown color: approx Persian Indigo. HEX triplet: 35, 1A and 95. RGB value is (53,26,149). Sum of RGB (Red+Green+Blue) = 53+26+149=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #351A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351A95 is #CAE56A. Grayscale: #2F2F2F. Windows color (decimal): -13297003 or 9771573. OLE color: 9771573.

HSL color Cylindrical-coordinate representation of color #351A95: hue angle of 253.17º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #351A95 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5326149-
CMYK0.640.8300.42
HSL253.17º70.29%34.31%-
HSV(B)253.17º82.55%58.43%-
XYZ7.263.6728.76-
YUV48.1184.95131.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 26 (10.55% from 255) = 11.40%
BLUE value IS 149 (58.59% from 255) = 65.35%
R=23.25%
G=11.40%
B=65.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53261490.640.8300.42253.1770.2934.31
Hex351A95405302Afd4622
Octal653222510012305237510642
Binary1101011101010010101100000010100110101010111111011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,26,149); }

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

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

 a { background-color: rgb(53,26,149); }

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

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

 span { border-color: rgb(53,26,149); }

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