#3d1fa0

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

Shades of Blue Gem #3D1FA0

Tints of Blue Gem #3D1FA0

Color information

#3D1FA0 (or 0x3D1FA0) is unknown color: approx Blue Gem. HEX triplet: 3D, 1F and A0. RGB value is (61,31,160). Sum of RGB (Red+Green+Blue) = 61+31+160=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 160 (62.89% from 255 or 63.49% from 252); Max value from RGB is 160 - color contains mainly: blue. Hex color #3D1FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1FA0 is #C2E05F. Grayscale: #363636. Windows color (decimal): -12771424 or 10493757. OLE color: 10493757.

HSL color Cylindrical-coordinate representation of color #3D1FA0: hue angle of 253.95º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D1FA0 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6131160-
CMYK0.620.8100.37
HSL253.95º67.54%37.45%-
HSV(B)253.95º80.62%62.75%-
XYZ8.764.5133.67-
YUV54.68187.44132.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 31 (12.5% from 255) = 12.30%
BLUE value IS 160 (62.89% from 255) = 63.49%
R=24.21%
G=12.30%
B=63.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61311600.620.8100.37253.9567.5437.45
Hex3D1FA03E51025fe4425
Octal75372407612104537610445
Binary111101111111010000011111010100010100101111111101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d1fa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,31,160); }

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

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

 a { background-color: rgb(61,31,160); }

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

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

 span { border-color: rgb(61,31,160); }

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