#351d6f

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

Shades of Persian Indigo #351D6F

Tints of Persian Indigo #351D6F

Color information

#351D6F (or 0x351D6F) is unknown color: approx Persian Indigo. HEX triplet: 35, 1D and 6F. RGB value is (53,29,111). Sum of RGB (Red+Green+Blue) = 53+29+111=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #351D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351D6F is #CAE290. Grayscale: #2D2D2D. Windows color (decimal): -13296273 or 7281973. OLE color: 7281973.

HSL color Cylindrical-coordinate representation of color #351D6F: hue angle of 257.56º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #351D6F is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5329111-
CMYK0.520.7400.56
HSL257.56º58.57%27.45%-
HSV(B)257.56º73.87%43.53%-
XYZ4.782.7815.32-
YUV45.52164.95133.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 29 (11.72% from 255) = 15.03%
BLUE value IS 111 (43.75% from 255) = 57.51%
R=27.46%
G=15.03%
B=57.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53291110.520.7400.56257.5658.5727.45
Hex351D6F344A0381023b1b
Octal6535157641120704027333
Binary1101011110111011111101001001010011100010000001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351d6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,29,111); }

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

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

 a { background-color: rgb(53,29,111); }

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

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

 span { border-color: rgb(53,29,111); }

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