#3D1FA7

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

Shades of Blue Gem #3D1FA7

Tints of Blue Gem #3D1FA7

Color information

#3D1FA7 (or 0x3D1FA7) is unknown color: approx Blue Gem. HEX triplet: 3D, 1F and A7. RGB value is (61,31,167). Sum of RGB (Red+Green+Blue) = 61+31+167=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 167 (65.62% from 255 or 64.48% from 259); Max value from RGB is 167 - color contains mainly: blue. Hex color #3D1FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1FA7 is #C2E058. Grayscale: #363636. Windows color (decimal): -12771417 or 10952509. OLE color: 10952509.

HSL color Cylindrical-coordinate representation of color #3D1FA7: hue angle of 253.24º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D1FA7 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6131167-
CMYK0.630.8100.35
HSL253.24º68.69%38.82%-
HSV(B)253.24º81.44%65.49%-
XYZ9.394.7636.98-
YUV55.47190.94131.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.55%
GREEN value IS 31 (12.5% from 255) = 11.97%
BLUE value IS 167 (65.62% from 255) = 64.48%
R=23.55%
G=11.97%
B=64.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61311670.630.8100.35253.2468.6938.82
Hex3D1FA73F51023fd4527
Octal75372477712104337510547
Binary111101111111010011111111110100010100011111111011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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