#381950

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

Shades of Jagger #381950

Tints of Jagger #381950

Color information

#381950 (or 0x381950) is unknown color: approx Jagger. HEX triplet: 38, 19 and 50. RGB value is (56,25,80). Sum of RGB (Red+Green+Blue) = 56+25+80=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #381950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381950 is #C7E6AF. Grayscale: #282828. Windows color (decimal): -13100720 or 5249336. OLE color: 5249336.

HSL color Cylindrical-coordinate representation of color #381950: hue angle of 273.82º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #381950 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB562580-
CMYK0.300.6900.69
HSL273.82º52.38%20.59%-
HSV(B)273.82º68.75%31.37%-
XYZ3.432.127.82-
YUV40.54150.27139.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=34.78%
G=15.53%
B=49.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5625800.300.6900.69273.8252.3820.59
Hex3819501E450451123415
Octal70311203610501054226425
Binary1110001100110100001111010001010100010110001001011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381950; }

 p { color: rgb(56,25,80); }

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

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

 a { background-color: rgb(56,25,80); }

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

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

 span { border-color: rgb(56,25,80); }

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