#381E4E

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

Shades of Jagger #381E4E

Tints of Jagger #381E4E

Color information

#381E4E (or 0x381E4E) is unknown color: approx Jagger. HEX triplet: 38, 1E and 4E. RGB value is (56,30,78). Sum of RGB (Red+Green+Blue) = 56+30+78=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #381E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381E4E is #C7E1B1. Grayscale: #2B2B2B. Windows color (decimal): -13099442 or 5119544. OLE color: 5119544.

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

Color convert

RGB563078-
CMYK0.280.6200.69
HSL272.5º44.44%21.18%-
HSV(B)272.5º61.54%30.59%-
XYZ3.472.327.47-
YUV43.25147.61137.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 30 (12.11% from 255) = 18.29%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=34.15%
G=18.29%
B=47.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5630780.280.6200.69272.544.4421.18
Hex381E4E1C3E0451102c15
Octal7036116347601054205425
Binary111000111101001110111001111100100010110001000010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381E4E; }

 p { color: rgb(56,30,78); }

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

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

 a { background-color: rgb(56,30,78); }

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

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

 span { border-color: rgb(56,30,78); }

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