#3A31BE

Color #3A31BE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3A31BE

Tints of Persian Blue #3A31BE

Color information

#3A31BE (or 0x3A31BE) is unknown color: approx Persian Blue. HEX triplet: 3A, 31 and BE. RGB value is (58,49,190). Sum of RGB (Red+Green+Blue) = 58+49+190=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A31BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A31BE is #C5CE41. Grayscale: #434343. Windows color (decimal): -12963394 or 12464442. OLE color: 12464442.

HSL color Cylindrical-coordinate representation of color #3A31BE: hue angle of 243.83º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A31BE is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5849190-
CMYK0.690.7400.25
HSL243.83º59%46.86%-
HSV(B)243.83º74.21%74.51%-
XYZ12.146.8149.39-
YUV67.76196.98121.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 49 (19.53% from 255) = 16.50%
BLUE value IS 190 (74.61% from 255) = 63.97%
R=19.53%
G=16.50%
B=63.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58491900.690.7400.25243.835946.86
Hex3A31BE454A019f43b2f
Octal72612761051120313647357
Binary111010110001101111101000101100101001100111110100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A31BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A31BE; }

 p { color: rgb(58,49,190); }

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

<style>
 a { background-color: #3A31BE; }

 a { background-color: rgb(58,49,190); }

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

<style>
 span { border-color: #3A31BE; }

 span { border-color: rgb(58,49,190); }

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