#3D1AA6

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

Shades of Blue Gem #3D1AA6

Tints of Blue Gem #3D1AA6

Color information

#3D1AA6 (or 0x3D1AA6) is unknown color: approx Blue Gem. HEX triplet: 3D, 1A and A6. RGB value is (61,26,166). Sum of RGB (Red+Green+Blue) = 61+26+166=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 166 (65.23% from 255 or 65.61% from 253); Max value from RGB is 166 - color contains mainly: blue. Hex color #3D1AA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1AA6 is #C2E559. Grayscale: #333333. Windows color (decimal): -12772698 or 10885693. OLE color: 10885693.

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

Color convert

RGB6126166-
CMYK0.630.8400.35
HSL255º72.92%37.65%-
HSV(B)255º84.34%65.1%-
XYZ9.184.4836.46-
YUV52.42192.1134.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.11%
GREEN value IS 26 (10.55% from 255) = 10.28%
BLUE value IS 166 (65.23% from 255) = 65.61%
R=24.11%
G=10.28%
B=65.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61261660.630.8400.3525572.9237.65
Hex3D1AA63F54023ff4926
Octal75322467712404337711146
Binary111101110101010011011111110101000100011111111111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,26,166); }

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

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

 a { background-color: rgb(61,26,166); }

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

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

 span { border-color: rgb(61,26,166); }

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