#351F82

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

Shades of Persian Indigo #351F82

Tints of Persian Indigo #351F82

Color information

#351F82 (or 0x351F82) is unknown color: approx Persian Indigo. HEX triplet: 35, 1F and 82. RGB value is (53,31,130). Sum of RGB (Red+Green+Blue) = 53+31+130=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #351F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351F82 is #CAE07D. Grayscale: #303030. Windows color (decimal): -13295742 or 8527669. OLE color: 8527669.

HSL color Cylindrical-coordinate representation of color #351F82: hue angle of 253.33º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #351F82 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5331130-
CMYK0.590.7600.49
HSL253.33º61.49%31.57%-
HSV(B)253.33º76.15%50.98%-
XYZ5.993.3521.45-
YUV48.86173.79130.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 31 (12.5% from 255) = 14.49%
BLUE value IS 130 (51.17% from 255) = 60.75%
R=24.77%
G=14.49%
B=60.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53311300.590.7600.49253.3361.4931.57
Hex351F823B4C031fd3d20
Octal6537202731140613757540
Binary11010111111100000101110111001100011000111111101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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