#3B31C1

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

Shades of Persian Blue #3B31C1

Tints of Persian Blue #3B31C1

Color information

#3B31C1 (or 0x3B31C1) is unknown color: approx Persian Blue. HEX triplet: 3B, 31 and C1. RGB value is (59,49,193). Sum of RGB (Red+Green+Blue) = 59+49+193=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 193 (75.78% from 255 or 64.12% from 301); Max value from RGB is 193 - color contains mainly: blue. Hex color #3B31C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B31C1 is #C4CE3E. Grayscale: #434343. Windows color (decimal): -12897855 or 12661051. OLE color: 12661051.

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

Color convert

RGB5949193-
CMYK0.690.7500.24
HSL244.17º59.5%47.45%-
HSV(B)244.17º74.61%75.69%-
XYZ12.536.9851.14-
YUV68.41198.31121.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 49 (19.53% from 255) = 16.28%
BLUE value IS 193 (75.78% from 255) = 64.12%
R=19.60%
G=16.28%
B=64.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59491930.690.7500.24244.1759.547.45
Hex3B31C1454B018f43c2f
Octal73613011051130303647457
Binary111011110001110000011000101100101101100011110100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B31C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,49,193); }

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

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

 a { background-color: rgb(59,49,193); }

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

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

 span { border-color: rgb(59,49,193); }

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