#3E1F7A

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

Shades of Windsor #3E1F7A

Tints of Windsor #3E1F7A

Color information

#3E1F7A (or 0x3E1F7A) is unknown color: approx Windsor. HEX triplet: 3E, 1F and 7A. RGB value is (62,31,122). Sum of RGB (Red+Green+Blue) = 62+31+122=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E1F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1F7A is #C1E085. Grayscale: #323232. Windows color (decimal): -12705926 or 8003390. OLE color: 8003390.

HSL color Cylindrical-coordinate representation of color #3E1F7A: hue angle of 260.44º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E1F7A is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6231122-
CMYK0.490.7500.52
HSL260.44º59.48%30%-
HSV(B)260.44º74.59%47.84%-
XYZ5.993.4118.75-
YUV50.64168.27136.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.84%
GREEN value IS 31 (12.5% from 255) = 14.42%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=28.84%
G=14.42%
B=56.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62311220.490.7500.52260.4459.4830
Hex3E1F7A314B0341043b1e
Octal7637172611130644047336
Binary1111101111111110101100011001011011010010000010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,31,122); }

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

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

 a { background-color: rgb(62,31,122); }

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

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

 span { border-color: rgb(62,31,122); }

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