#3E1DA7

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

Shades of Blue Gem #3E1DA7

Tints of Blue Gem #3E1DA7

Color information

#3E1DA7 (or 0x3E1DA7) is unknown color: approx Blue Gem. HEX triplet: 3E, 1D and A7. RGB value is (62,29,167). Sum of RGB (Red+Green+Blue) = 62+29+167=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 167 (65.62% from 255 or 64.73% from 258); Max value from RGB is 167 - color contains mainly: blue. Hex color #3E1DA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1DA7 is #C1E258. Grayscale: #363636. Windows color (decimal): -12706393 or 10951998. OLE color: 10951998.

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

Color convert

RGB6229167-
CMYK0.630.8300.35
HSL254.35º70.41%38.43%-
HSV(B)254.35º82.63%65.49%-
XYZ9.44.6936.97-
YUV54.6191.43133.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.03%
GREEN value IS 29 (11.72% from 255) = 11.24%
BLUE value IS 167 (65.62% from 255) = 64.73%
R=24.03%
G=11.24%
B=64.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal62291670.630.8300.35254.3570.4138.43
Hex3E1DA73F53023fe4626
Octal76352477712304337610646
Binary111110111011010011111111110100110100011111111101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,29,167); }

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

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

 a { background-color: rgb(62,29,167); }

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

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

 span { border-color: rgb(62,29,167); }

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