#351B72

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

Shades of Persian Indigo #351B72

Tints of Persian Indigo #351B72

Color information

#351B72 (or 0x351B72) is unknown color: approx Persian Indigo. HEX triplet: 35, 1B and 72. RGB value is (53,27,114). Sum of RGB (Red+Green+Blue) = 53+27+114=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #351B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351B72 is #CAE48D. Grayscale: #2C2C2C. Windows color (decimal): -13296782 or 7478069. OLE color: 7478069.

HSL color Cylindrical-coordinate representation of color #351B72: hue angle of 257.93º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #351B72 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5327114-
CMYK0.540.7600.55
HSL257.93º61.7%27.65%-
HSV(B)257.93º76.32%44.71%-
XYZ4.92.7616.19-
YUV44.69167.11133.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 27 (10.94% from 255) = 13.92%
BLUE value IS 114 (44.92% from 255) = 58.76%
R=27.32%
G=13.92%
B=58.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53271140.540.7600.55257.9361.727.65
Hex351B72364C0371023e1c
Octal6533162661140674027634
Binary1101011101111100101101101001100011011110000001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,27,114); }

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

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

 a { background-color: rgb(53,27,114); }

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

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

 span { border-color: rgb(53,27,114); }

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