#3C31C1

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

Shades of Persian Blue #3C31C1

Tints of Persian Blue #3C31C1

Color information

#3C31C1 (or 0x3C31C1) is unknown color: approx Persian Blue. HEX triplet: 3C, 31 and C1. RGB value is (60,49,193). Sum of RGB (Red+Green+Blue) = 60+49+193=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 193 (75.78% from 255 or 63.91% from 302); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C31C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C31C1 is #C3CE3E. Grayscale: #444444. Windows color (decimal): -12832319 or 12661052. OLE color: 12661052.

HSL color Cylindrical-coordinate representation of color #3C31C1: hue angle of 244.58º 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 #3C31C1 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6049193-
CMYK0.690.7500.24
HSL244.58º59.5%47.45%-
HSV(B)244.58º74.61%75.69%-
XYZ12.597.0151.14-
YUV68.7198.14121.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.87%
GREEN value IS 49 (19.53% from 255) = 16.23%
BLUE value IS 193 (75.78% from 255) = 63.91%
R=19.87%
G=16.23%
B=63.91%

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
Decimal60491930.690.7500.24244.5859.547.45
Hex3C31C1454B018f53c2f
Octal74613011051130303657457
Binary111100110001110000011000101100101101100011110101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C31C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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