#3D31C0

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

Shades of Persian Blue #3D31C0

Tints of Persian Blue #3D31C0

Color information

#3D31C0 (or 0x3D31C0) is unknown color: approx Persian Blue. HEX triplet: 3D, 31 and C0. RGB value is (61,49,192). Sum of RGB (Red+Green+Blue) = 61+49+192=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #3D31C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D31C0 is #C2CE3F. Grayscale: #444444. Windows color (decimal): -12766784 or 12595517. OLE color: 12595517.

HSL color Cylindrical-coordinate representation of color #3D31C0: hue angle of 245.03º 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 #3D31C0 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6149192-
CMYK0.680.7400.25
HSL245.03º59.34%47.25%-
HSV(B)245.03º74.48%75.29%-
XYZ12.546.9950.56-
YUV68.89197.48122.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 49 (19.53% from 255) = 16.23%
BLUE value IS 192 (75.39% from 255) = 63.58%
R=20.20%
G=16.23%
B=63.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61491920.680.7400.25245.0359.3447.25
Hex3D31C0444A019f53b2f
Octal75613001041120313657357
Binary111101110001110000001000100100101001100111110101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D31C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,49,192); }

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

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

 a { background-color: rgb(61,49,192); }

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

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

 span { border-color: rgb(61,49,192); }

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