#351F7D

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

Shades of Persian Indigo #351F7D

Tints of Persian Indigo #351F7D

Color information

#351F7D (or 0x351F7D) is unknown color: approx Persian Indigo. HEX triplet: 35, 1F and 7D. RGB value is (53,31,125). Sum of RGB (Red+Green+Blue) = 53+31+125=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #351F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351F7D is #CAE082. Grayscale: #2F2F2F. Windows color (decimal): -13295747 or 8199989. OLE color: 8199989.

HSL color Cylindrical-coordinate representation of color #351F7D: hue angle of 254.04º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351F7D is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5331125-
CMYK0.580.7500.51
HSL254.04º60.26%30.59%-
HSV(B)254.04º75.2%49.02%-
XYZ5.663.2219.72-
YUV48.29171.29131.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 31 (12.5% from 255) = 14.83%
BLUE value IS 125 (49.22% from 255) = 59.81%
R=25.36%
G=14.83%
B=59.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53311250.580.7500.51254.0460.2630.59
Hex351F7D3A4B033fe3c1f
Octal6537175721130633767437
Binary110101111111111101111010100101101100111111111011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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