#351F71

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

Shades of Persian Indigo #351F71

Tints of Persian Indigo #351F71

Color information

#351F71 (or 0x351F71) is unknown color: approx Persian Indigo. HEX triplet: 35, 1F and 71. RGB value is (53,31,113). Sum of RGB (Red+Green+Blue) = 53+31+113=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #351F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351F71 is #CAE08E. Grayscale: #2E2E2E. Windows color (decimal): -13295759 or 7413557. OLE color: 7413557.

HSL color Cylindrical-coordinate representation of color #351F71: hue angle of 256.1º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #351F71 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5331113-
CMYK0.530.7300.56
HSL256.1º56.94%28.24%-
HSV(B)256.1º72.57%44.31%-
XYZ4.942.9315.93-
YUV46.93165.29132.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.90%
GREEN value IS 31 (12.5% from 255) = 15.74%
BLUE value IS 113 (44.53% from 255) = 57.36%
R=26.90%
G=15.74%
B=57.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53311130.530.7300.56256.156.9428.24
Hex351F713549038100391c
Octal6537161651110704007134
Binary1101011111111100011101011001001011100010000000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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