#331B74

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

Shades of Persian Indigo #331B74

Tints of Persian Indigo #331B74

Color information

#331B74 (or 0x331B74) is unknown color: approx Persian Indigo. HEX triplet: 33, 1B and 74. RGB value is (51,27,116). Sum of RGB (Red+Green+Blue) = 51+27+116=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #331B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331B74 is #CCE48B. Grayscale: #2B2B2B. Windows color (decimal): -13427852 or 7609139. OLE color: 7609139.

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

Color convert

RGB5127116-
CMYK0.560.7700.55
HSL256.18º62.24%28.04%-
HSV(B)256.18º76.72%45.49%-
XYZ4.912.7516.79-
YUV44.32168.45132.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.29%
GREEN value IS 27 (10.94% from 255) = 13.92%
BLUE value IS 116 (45.70% from 255) = 59.79%
R=26.29%
G=13.92%
B=59.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51271160.560.7700.55256.1862.2428.04
Hex331B74384D0371003e1c
Octal6333164701150674007634
Binary1100111101111101001110001001101011011110000000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331B74; }

 p { color: rgb(51,27,116); }

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

<style>
 a { background-color: #331B74; }

 a { background-color: rgb(51,27,116); }

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

<style>
 span { border-color: #331B74; }

 span { border-color: rgb(51,27,116); }

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