#3A31B6

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

Shades of Persian Blue #3A31B6

Tints of Persian Blue #3A31B6

Color information

#3A31B6 (or 0x3A31B6) is unknown color: approx Persian Blue. HEX triplet: 3A, 31 and B6. RGB value is (58,49,182). Sum of RGB (Red+Green+Blue) = 58+49+182=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 182 (71.48% from 255 or 62.98% from 289); Max value from RGB is 182 - color contains mainly: blue. Hex color #3A31B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A31B6 is #C5CE49. Grayscale: #424242. Windows color (decimal): -12963402 or 11940154. OLE color: 11940154.

HSL color Cylindrical-coordinate representation of color #3A31B6: hue angle of 244.06º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A31B6 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5849182-
CMYK0.680.7300.29
HSL244.06º57.58%45.29%-
HSV(B)244.06º73.08%71.37%-
XYZ11.296.4744.91-
YUV66.85192.98121.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 49 (19.53% from 255) = 16.96%
BLUE value IS 182 (71.48% from 255) = 62.98%
R=20.07%
G=16.96%
B=62.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58491820.680.7300.29244.0657.5845.29
Hex3A31B6444901Df43a2d
Octal72612661041110353647255
Binary111010110001101101101000100100100101110111110100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A31B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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